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

@font-face {
    font-family: 'Necto Mono';
    src: url('../fonts/NectoMono-Regular.otf');
}

body {
    margin: 0;
    padding: 0;
    text-align:center;
}

h1 {
    font-family: 'Labrada';
    font-size:6em; /* big letters yeah lessgoooo */
}

p {
    font-family: 'Necto Mono';
    font-size: 2em;
    width: 60%;
    margin:auto
}