body {
    background-color: black;
}
.text {
    color: #aaa;
    font-family: "Roboto Mono", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.text-centered {
    text-align: center;
}

.link {
    color: #324a78;
    text-decoration: none;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 880px;
}
.navbar-head {
    margin: 0 auto;
    border-bottom: 1px solid #aaa;
}
.navbar {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.nav-link {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: border-color 0.2s ease;
}
.nav-link:hover, .nav-link.is-active {
    border-bottom-color: white;
}

.contacts {
    max-width: 880px;
    margin: auto;
    padding: 20px;
}

.contacts-text {
}
