@font-face {
    font-family: title; /* set name */
    /*src: url(fonts/Swaylea.otf); !* url of the font *!*/
    src: url(fonts/BettyRegular.ttf); /* url of the font */
    /*src: url(fonts/Bigcurls.ttf); !* url of the font *!*/
    /*src: url(fonts/PWStrokes.ttf); !* url of the font *!*/
}

h1 {
    text-align: center;
    font-family: title;
    color: white;
    font-size: 100px;

    margin-top: 100px;
    margin-bottom: 80px;
}

body {
    /*background-color: #131313;*/
    background-color: #0e0e0e;
}

.logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    img {
        max-width: 400px;
        filter: blur(6px);
    }
}