    @import url('https://fonts.googleapis.com/css2?family=Kenia&display=swap');

html {padding: 0; margin: 0; font-family:'Times New Roman',Georgia; text-align:center;}

.f_kernia { font-family: 'Kenia', cursive; font-size:100px; }
.padg { text-align:center; }
.cab { border:double 5px black;}
.borda_cab { border:white 1px solid; background-color:SteelBlue; }
.menu { border:DarkGray solid 2px; border-bottom-style:double; width:19%; height:1000px; float:left;}
.menu nav { text-align:center; }
.menu a { word-break: break-all; display:block; font-family:'Times New Roman',Georgia; font-weight:bolder; border:lightblue 1px solid; background-color:blue; color:white; text-shadow:2px 2px 5px darkblue; text-decoration:none; font-size:25px; padding:10px; margin:1px; max-width:100%; max-height:100%;}
#logo { width:80%; display:inline-block;}
#logo img { max-width:100%; max-height:100%; }
#centro { font-size:30px; margin-bottom:200px; }
.titulo { font-size:40px; font-weight:bold;}
#rodapé { float:right; margin-top:25px; }
footer p { display:inline-block; color:lightgray;}

@media only screen and (max-width: 800px) {
 .f_kernia{ font-size:80px; }
 .menu { width:99%; height:auto; }
 #logo { width:100%; }
}