.nav{
    display:flex;
    justify-content: space-between;
    color: white;
    background-color: rgb(0, 0, 58);
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -8px;
}
ul li{
    list-style: none;
    padding: 10px;
    display: inline;
}
.row1{
    padding: 10px;
    font-size: 20px;
    font-style: italic;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
footer{
    background-color: rgb(0, 0, 58);
    color: white;
    font-style: italic;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}
img{
    border-radius: 10px;
    transition: 2s;
}
body{
    background-color: rgb(204, 241, 204);
}
h3{
    line-height: 25px;
    font-size: 22px;
    border-bottom: 1px solid orangered;
}
ul li a{
    text-decoration: none;
    font-size: 20px;
    color: white;
}
ul li a:hover{
    border-bottom: 2px solid orangered;
}
img:hover{
    width: 220px;
    box-shadow: 10px 10px 15px rgb(229, 243, 229), -10px -10px 15px black;
}
.images{
    border-bottom: 1.5px solid gray;
    padding: 10px;
}