.mainContainer {
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map {
    margin-bottom: 20px;
    width: 80%;
}

.adress,
.email,
.social,
h3 {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    font-weight: 600;
}

.adress {
    font-weight: 400;
}

h3 {
    color: var(--mono-dark)
}

.mainContainer div a {
    color: var(--mono-dark);
    font-weight: 550;
    text-decoration: underline;
}