
.footer {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 100px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #7bb4e8;
    height: 175px;
    padding: 10px;
}


.footer a h3 {
    margin-top: 125px;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.footer p.address{
    position: absolute;
    text-align: left;
    justify-content: left;
    top: 20px;
    left: 35px;
    font-weight: bold;
}

.footer p.Email{
    position: absolute;
    text-align: left;
    justify-content: left;
    top: 45px;
    left: 35px;
    font-weight: bold;
}

.footer p.disclaimer{
    position: absolute;
    margin-bottom: 125px;
    font-weight: bold;
}