*{
	margin: 0;
	padding: 0;
}
header{
	background: #ba2dda;
	position: sticky;
	top: -20px;
}
.container{
	background: linear-gradient(180deg, rgba(251,218,97,1) 0%, rgba(253,159,147,1) 84%, rgba(255,90,205,1) 100%);
}
.container:after{
	content: "";
	display: table;
	clear: both;
}
nav{
	height: 100px;
	width: 30%;
	float: right;
/*background: #5432f1;*/
}
nav li{
	display: inline-block;
}
nav a{
	margin: 10px 10px;
	text-decoration: none;
	color: white;
	font-size: 25px; 
}
nav a:hover{
	color: black;
}
header ul{
	margin-top: 30px;
}
img{
	margin: 20px 0 10px 50px;
}
body{
	background: #ff5acd;
}
.slogan{
	font-family: cursive;
	font-size: 30px;

}
.button{
	font-family: cursive;
	font-size: 20px;
	color: white;
}
#btn{
	text-decoration: none;
	color: white;
}
.ad-header{
	text-align: center;
	background: #ff5acd;
	padding: 20px;
}
main{
	width: 80%;
	margin: 10px auto;
	text-align: justify;
	min-height: 1000px;
}
footer{
	height: 100px;
	background: linear-gradient(180deg, rgba(251,218,97,1) 0%, rgba(253,159,147,1) 9%, rgba(255,90,205,1) 100%);
	text-align: center;
	padding-top: 50px;
}
.img1{
	width: 25%;
	float: left;
	margin: 10px;
}
.img2{
	width: 25%;
	float: right;
	margin: 10px;
}
.sing{
	width: 350px;
	height: 250px;
	background-color: white;
	text-align: center;
	border-radius: 10px;
	margin: 10px;
	padding: 25px;  
}