
h2{
    font-size:30px;
    

}
p,li{
    font-size:25px;
    

}
.body-background
{
   background-image: url(images/image.png);
   background-size: cover;
   background-position: center;
   margin: 0;
   font-family:Arial, Helvetica, sans-serif;
   color:white;
}
.nav-bar{
    background-color: aqua;
    border-radius:25px;
    padding:25px;
    width:fit-content;
    color:green;
    font-weight: bold;
}