* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}


header{
    background-color:#f5a0c8;
    width: auto;
    height: auto;
    padding: 10px;
    text-align: center;
    display: block;
}
a {
    text-decoration: none;
    color: black;
    font-size: 10px;
    font-family: 'arial',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
li {
    margin: 5px;
    padding: 10px;
 padding: 10px;
    list-style: none;
    font-family:'Raleway', sans-serif;
    font-size: px;

}

#dgpc {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: white;
    margin: 2em;
    text-align: center;
    padding-bottom: 30px;

}

body {
    align-items: center;
    background-color: #E6E7E8;
    /* display: flex; */
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    /* overflow: hidden; */
    text-align: center;
}
h1 {
    font-family: sans-serif;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    line-height: 46px;
    margin: 0 0 60px 0;
    text-shadow: 0px 2px 4px rgba(34, 62, 66, .75);
}





section {
    background-color:#EAD9B7;
   margin-left: 541px;
    border-radius: 20px;

}



p {
    padding: 8px 5px;
    height: auto;
    width: auto;
    font-family: sans-serif;
     text-align: left;
    font-size: 14px;
    color:floralwhite


}

aside {
    margin-top: 100px;

}
h4 {
    font-family: sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 0 60px 0;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(34, 62, 66, .75);
}
figcaption {
  color: #f668bc;
  font-size: 15px;
  font-family: sans-serif;
  margin-left: center;
  margin-top: 30px;
  border-top: 1px solid #f668bc;
  padding-top: 10px;
  border-bottom: 1px solid #f668bc;
  padding-bottom: 10px;
}


.elu{
    text-align: center;
    border-radius: 1000px;
    width: 300px;
    max-width:  100%;
    border-bottom-color: cornsilk 10px solid;
    border: cornsilk 5px solid;

}


footer {
    background-color: #c7c7c7;
    width: auto;
    height: auto;
    padding: 10px;
}
.dgpc{
    margin: auto;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.mar_top1 {
    margin-top: 1em;
}

.mar_top2 {
    margin-top: 2em;
}

.mar_bot1 {
    margin-bottom: 1em;
}

.mar_bot2 {
    margin-bottom: 2em;
}

.menu{
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	list-style: none !important;
	list-style-type: none !important;
	/* padding: 0 20px; */
}
.menu li{
    padding: 5px 30px;
    text-align: center;
    transition: all .2s ease-in-out;
}
.menu li:hover{
	background-color: aquamarine;
    transition: all .2s ease-in-out;

}
main{
	padding: 50px;
}
figure{
	text-align: center;
}
@media (max-width:500px){
    .menu li{
        padding: 5px 5px; 
    }
    .menu li a{
        letter-spacing: 0;
    }
    h1{
        font-size: 25px;
        line-height: 1.2em;
    }
}