@font-face {
    font-family: 'font';
    src: url('/assets/font.ttf');
}

body {
    background: black;
    font-family: font;
}

.container {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.text {
    color: red;
}