@font-face {
    font-family: 'Geomanist';
    src: url('../assets/fonts/geomanist-regular.woff2') format('woff2'),
    url('../assets/fonts/geomanist-regular.woff') format('woff');
    font-weight: normal;
}

body, html {
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 100vh;
    Width: 100vw;
    font-weight: 400;
    font-family: 'Geomanist', 'Arial', sans-serif;
    font-style: normal;
}

.page {
    height: 90%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error-code {
    position: absolute;
    font-weight: 700;
    margin: 50px 0;
    font-size: 20rem;
    opacity: 0.05;

    @media screen and (max-width: 1199px) {
        font-size: 6rem;
    }
}

.error-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
}

.error-info img {
    margin-top: 5px;
    margin-right: 10px;
    width: 42px;
}

.no-user {
    font-size: 16px;
}

.logo {
    width: 264px;
}

.footer {
    text-align: center;
    opacity: 0.5;
}

