body{
 background:#fdf5e6;
}

.area{
 background:#ff8e8e;
}

.cent{
 color :white;
 background :#ff8c00;
 border: 3px double #a22041;
}

.nav{
 display:flex;
 list-style:none;
 text-align: center;
}

.nav li{
 margin-left:30px;
 background:white;
}

.nav li:hover{
 color:#305089;
 background:#e1eec1;
}
