@charset "utf-8";
/* CSS Document */

body{
	width: 100%;
	margin: 0;
	padding: 0;
}

#background{
	background-color: #f2a2bd;
}

#wrapper {
  width:100%;
  overflow:hidden;
}

main{
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}
.content{
    width: 100%;
	margin: 0;
}

.content img {
	max-width: 100%;
	width: 100%;
}
.info {
	max-width: 35%;
	width: 60%;
    margin: 0 50px;
}

p{
    font-size: 35px;
    color: #fff;
    padding: 20px 0;
}

@media screen and ( max-width:479px )
{	main{
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	text-align: center;
	overflow: hidden	
}

.content{
    width: 100%;
	margin: 0;
}

.info {
	max-width: 100%;
	width: 95%;
	margin: 0px;
}

p{
    font-size: 12px;
    color: #fff;
    padding: 20px 0;
}
}
