@charset "utf-8";
body {
    background-color: #E3AF84;
	
}
#container {
	margin:auto;
	width:960px;
	}

.images{
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    padding-top: 48px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
	
}

#container header {
    border: 20px solid #DDD8CA;
    border-radius: 30px;
    background-color: #D4E1D4;
}

#container header h1 {
    font-family: 'Smooch', cursive;
    font-weight: 400;
    text-align: center;
    font-size: 80px;
    color: #FFFFFF;
    border-top: 10px solid #A5B452;
    background-color: #91A1F1;
	
}
#container header p {
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 40px;
	font-family: 'Architects Daughter', cursive;
}
#container header ul {
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    font-family: 'Abril Fatface', cursive;
    color: #A5B452;
}
#container main {
    border: 30px solid #DDD8CA;
    border-radius: 30px;
    background-color: #D4E1D4;
}
#container main h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    border-top: 10px solid #A5B452;
    background-color: #91A1F1;
    color: #FBF0F1;
    font-family: 'Julius Sans One', sans-serif;
}
#container main p {
    font-weight: 500;
    color: #090909;
    font-style: normal;
    font-family: 'Architects Daughter', cursive;
    text-align: left;
    font-size: 20px;
}
.backtotop,.ContactMe{
text-align: center;

display:flex;
justify-content: center;
}



#container main img {
    min-height: 0px;
    height: auto;
    padding-bottom: 36px;
    padding-top: 20px;
    text-shadow: 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
	

		
}
