body {
    background-image: url(../img/fon.jpg);
    background-position: 0% 0%;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-color: #def7fe;
    /* color: white; */
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    color: darkblue;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}

.text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}

.map {
    border: 5px solid #b4b4b4;
    box-sizing: border-box;
    /* padding: 10px; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}