body {
    background-color: rgba(0, 26, 51, 0.662);
    scroll-padding: initial;
}
nav a {
    text-decoration: none;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 5px;
}

h3{
    text-align: center;
    color: rgba(40, 33, 121, 0.596);
}

nav a:hover{
    background-color: #005f73;
    color: #fff;
    transition: background-color 0.9s ease;
    height: 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 4px rgba(41, 40, 40, 0.662);
}

a:hover {
    color: rgba(186, 14, 14, 0.705);
}

#last_p{
    display: flexbox;
    margin-left: 29%;
}

a {
    color: rgb(4, 118, 80);
    margin-left: 10px;
    text-decoration: none;
}

.person {
    font-size: small;
    padding-left: 10px;
    text-align: left;
    box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.662);
    width: 250px;
    height: 300px;
    margin-right: 25px;
    margin-left: 10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.737);
    float: right;
}

.main {
    height: fit-content;
    display: flex;
    align-items: center;
    margin-left: 200px;
    margin-bottom: 20px;
}

footer {
    text-align: center;
}

nav a {
    margin-left: 20px;
}

h1 {
    text-align: center;
    text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3) ;
}