@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
/* CSS Document */

section{
	margin:auto;
	width:740px;
	padding-top:15px;
}
a:link{
	color:#FFA44D;
	text-decoration:none;
}
a:visited{
	color:#4B2202;
}
a:hover{
	color:#FFC0AB;
}
a:active{
	color:#FFFFFF;
}
body{
	
}
header{
	background-color:#D98C5F;
	width:740px;
	height:50px;
	line-height:50px;
	text-align:center;
	text-shadow:5px 5px 3px #A96C4F;
	font-family:Satisfy;
}
.first{
	width:530px;
	height:430px;
	float:left;
	overflow:auto;
	background-color:#F2BFBB;
	padding-left:10px;
	font-family:Fredoka;
}
.second{
	width:720px;
	margin-top:440px;
	height:337px;
	overflow:auto;
	background-color:#F2BFBB;
	padding:10px;
	font-family:Fredoka;
}
nav{
	background-color:#A6615B;
	width:200px;
	float:left;
	height:430px;
	text-align:center;
	line-height:85px;
	font-family:Fredoka;
}
h3{
	padding-left:10px;
	font-family:Satisfy;
}
h2{
	padding-left:10px;
	font-family:Satisfy;
}
h1{
	
	font-family:Satisfy;
}
p{
	padding-left:5px;
	padding-right:10px;
}