/* font */

@font-face {
    font-family: 'Roboto';
    src: url(../font/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'snubhore';
    src: url(../font/snubhore/Snubhore.otf);
}

@font-face {
    font-family: 'oldlondon';
    src: url(../font/oldlondon/OldLondon.ttf);
}


/* normalise */

body {
    margin: 0;
    color: white;
}

a{
    text-decoration: none;
    color: white
}

section{
    height: 100vh;
}