body {
    background-color: #292e33;
    color: #abb2bf;

    width: 100%;
    height: 100%;

    font-family: "Stem-Bold", arial, sans-serif;
}
footer {
    background-color: #15181b;
    padding: 1vh;
}
h1 {
    font-size: 5vh;
}
h2 {
    font-size: 3vh;
}
p {
    font-size: 2vh;
}
div#map {
    width: 95%;
    height: 400px;

    margin: 0 auto;

    padding-bottom: 2.3vh;
}
section h2 {
    font-size: 2rem;
}
section div {
    font-size: 1rem;
}
a {
    color: #61afef;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/* Для ширины 1024 пикселей и меньше */
@media screen and (max-width: 1024px) {
    section h2 {
        font-size: 2.2rem;
    }

    section div {
        font-size: 1.2rem;
    }
}

/* Для ширины 600 пикселей и меньше */
@media screen and (max-width: 600px) {
    section h2 {
        font-size: 2.5rem;
    }

    section div {
        font-size: 1.5rem;
    }
}
