body{
    height: 1vh;
    width: 100%;
     font-family: "Viaoda Libre", serif;
}
    nav{
    height: 100px;
    width: 100%;
    background-color: rgb(7, 0, 71);
    text-align: center;
   
}
nav a{
    font-size: 28px;
    color:rgb(54, 181, 255) ;
    text-decoration: none;
    padding: 15px;
  
}
nav a:hover{
    color: rgb(255, 255, 255);
}
footer{
    height: 70px;
    background-color: rgb(7, 0, 71);
    color: rgb(255, 255, 255);
    text-align: right;
    padding: 10px;
  margin-top: 20px;
    
}
.float{
    display: flex;
    align-items: center;
 
}
.slika{
    padding: 30px;
    border-radius: 70px;
}
p{
    font-size: 22px;
}
h1{
    font-size: 40px;
}
section{
    background-color: rgb(101, 132, 218);
  
}
.viaoda-libre-regular {
  font-family: "Viaoda Libre", serif;
  font-weight: 400;
  font-style: normal;
}
