html{padding: 20px;
text-align: center;
font-family: monospace;
font-size: larger;}

body{

background-color: rgb(255, 185, 206);

}
main{
    background-color: rgba(255, 246, 209, 0.658);
    margin: 0 auto, 0 auto;

}
header, footer{
background-color: rgb(255, 251, 215);
color: rgb(51, 38, 62);
padding: 20px;
text-align: center;
}
nav{
 color: rgb(255, 102, 156);
border-bottom: 2px solid rgb(224, 76, 120);

}
section{

}

nav a{
    background-color: rgba(255, 138, 161, 0.212);
text-decoration: none;
color: rgb(224, 76, 120);

}
nav a:hover{
      background-color: rgba(255, 138, 161, 0.595);
color: rgb(195, 0, 0);

}

nav ul{
list-style: none ;
}
nav li{
display: inline;
padding: 10px;

}