@font-face {
    font-family: 'plexes';
    src: url("/fonts/plexes/plexespro-medium-webfont.ttf") format("truetype");
}

body {
    background-color: #ff4e00 !important;
    background-image: url('/images/rayo.png');
    background-attachment: fixed;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'plexes', 'Courier New', Courier, monospace !important;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}