@font-face {
    font-family: 'Roboto';
    src: url('/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    text-align: center;
    width: 100vw;
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#logo {
    img {
        width: 338px;
    }
}

#text {
    max-width: 444px;

    p {
        font-weight: 500;
        font: 16px Roboto, sans-serif;
        line-height: 24px;
        text-align: center;
    }
}

