@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Fredoka:wght@300..700&family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&family=Titan+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
body{
	background-image:url("pinkbg.avif");
	background-size:600px;
	margin:0;
}
section{
	height:850px;
	width:60%;
	background-color:#FFE6F3;
	margin:auto;
	padding:2%;
	border-radius:15px;
}
nav{
	width:100%;
	height:80px;
	background-color:#ff3d94;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	margin-bottom:10px;
}
div{
	width:1330px;
	margin:auto;
}
article{
	height:650px;
	width:42.8%;
	background-color:#ffbdd6;
	margin-top:20px;
	margin-bottom:10px;
	font-size:14pt;
	border-radius:15px;
	padding-left:20px;
	padding-right:20px;
	overflow:auto;
	font-family:"Varela Round";
	padding-bottom:20px;
	text-align:justify;
}
header{
	text-align:right;
	line-height:125px;
	color:white;
	height:125px;
	font-size:16pt;
	background-image:url(banner.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#b8287e;
	margin:auto;
	margin-bottom:10px;
	border-radius:15px;
	font-family:"Varela Round";
	padding-right:100px;
}
footer{
	width:64%;
	height:80px;
	background-color:#b8287e;
	margin:auto;
	margin-top:30px;
	border-radius:15px;
	margin-bottom:10px;
}

a:link{
	background-color:#fff;
	color:#ffa3d7;
	display:block;
	width:160px;
	height:40px;
	float:left;
	border:solid 2px #87003f;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	text-align:center;
	line-height:40px;
	text-decoration:none;
	font-size:12pt;
	font-family:"Titan One";
	margin-right:1px;
	margin-left:1px;
}
a:visited{
	color:#ffa3d7;
	border:solid 2px #87003f;
}
a:hover{
	height:60px;
	line-height:60px;
	background-color:#ffa3d7;
	color:#ffffff
}
a:active{
	background-color:#e82595;
	color:#cdc7ed;
}
h2{
	text-decoration:underline;
}
span{
	background-color:#FFF6DD;
	border-radius:13px;
	padding:4px;
}
figure{
	margin:auto;
	margin-top:20px;
	text-align:center;
}
figcaption{
	margin:auto;
	text-align:center;
	background-color:#E399C2;
	color:#414141;
	width:90%;
	border-radius:5px;
}
img{
	border-radius:15px;
	width:90%
}
li{
	text-align:left;
}