/*contact-address*/
#contact-address{
    text-align: center;
    margin: 2rem auto;
}

.address{
width: 400px;
border: 5px solid #343A40;
}

.address-box {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}

.address-text {
    /* margin: 2rem 2rem; */
    padding: 2rem 4rem;
    width: 80%;
}