body{
height: 1vh;
width: 100%;
font-family: "Viaoda Libre", serif;
}
nav{
height: 100px;
width: 100%;
background-color: rgb(135, 53, 53);
text-align: center;
   
}
nav a{
font-size: 28px;
color:rgb(255, 255, 255) ;
text-decoration: none;
padding: 15px;
  
}
nav a:hover{
color: rgb(88, 17, 17);
}
footer{
height: 70px;
background-color: rgb(135, 53, 53);
color: rgb(255, 255, 255);
text-align: right;
padding: 10px;
margin-top: 20px;
    
}
.float{
display: flex;
align-items: center;
}

p{
font-size: 22px;
}
h1{
font-size: 40px;
}
section{
background-color: rgb(80, 15, 15);
  
}
.viaoda-libre-regular {
font-family: "Viaoda Libre", serif;
font-weight: 400;
font-style: normal;
}