@font-face {
    font-family: Euphoria Script;
    src: url("/assets/EuphoriaScript-Regular.otf");
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    background-size: 100vw;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body {
    font-family: Euphoria Script, cursive;
    color: #a3a3a3;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

p {
    margin-top: .5em;
}
