body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

header {
    text-align: center;
    padding: 20px;
}

#logo {
    max-width: 200px;
    height: auto;
}

.hero {
    text-align: center;
}

#main-image {
    max-width: 100%;
    height: auto;
}

.download-button {
    margin: 20px 0;
    display: inline-block;
    background-color: orange;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
}

.map iframe {
    border: none;
    width: 100%;
    height: 450px;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.social-link {
    margin: 0 10px;
    color: white;
    text-decoration: none;
}

.vk:hover, .telegram:hover {
    text-decoration: underline;
}

