@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;400;500;600;700&display=swap');

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    color: #999
}

.logo {
    margin-top: 100px;
}

.contacts {
    text-align: center; 
    padding: 50px 0;
}

.link {
    text-decoration: none;
    color: inherit;
}

.link:hover {
    color: #bf2025
}

footer {
    font-size: 0.8rem;
}