body {
    background: url("../img/background[edited].png") no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    color: white;

    margin:0;
}

@font-face {
    font-family: Campton;
    src: url(assets/fonts/Campton-Medium.otf);

}

