h1, h2, h3, h4, h5 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

p {
    font-size: 18px;
}

.display-1 {
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-style: normal;
}

.display-3 {
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-style: normal;
}

.display-2 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 350;
    font-style: normal;
}

.d-img {
    margin-top: 1rem;
}

.map-img {
    width: 60%;
}

@media (min-width: 1200px) {
    .map-img {
        width: 80%;
    }
}