@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Medium.woff2') format('woff2'),
        url('../fonts/Archivo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    position: relative;
    width: 100vw;
    height: 100vh;

    font-size: 16px;
    background-color: white;
}

.frame {
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 24px;

    background-color: #282828;
}

.frame__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;

    color: #fff;
}

.logo {
    width: 100%;
    max-width: 310px;
}

.contact {
    margin-top: 40px;

    font-family: "Archivo";
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.01rem;
}

.social {
    margin-top: 48px;
}

.social-link {
    color: white;
    text-decoration: none;
}

.social-link__icon {
    width: 30px;
    height: 30px;
}