body {
    background-color: rgba(15, 16, 59, 0.525);
}

nav a {
    text-decoration: none;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 5px;
}

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);
}

.person {
    font-size: small;
    text-align: center;
    width: 400px;
    height: 300px;
    margin-right: 20px;
    margin-left: 10px;
    border-radius: 20px;
    background-color: rgba(59, 177, 255, 0.333);
}

.person:hover {
    background-color: rgba(118, 191, 244, 0.42);
    box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.662);
}

img {
    border-radius: 20%;
    width: 100px;
    margin-top: 5px;
    box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.662);
}

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

.members2 {
    height: fit-content;
    display:inline;
    margin: 50%;
    align-items: center;
    margin-bottom: 20px;
}

#person_2{
    display: flexbox;
    margin-left: 35%;
}

footer {
    text-align: center;
}

h2 {
    text-align: center;
}

h3 {
    margin-left: 20px;
}

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