body{
margin:0;
padding:0;

}

@font-face {
    font-family: BebasNeue;
    src: url(fonts/BebasNeue.otf);
}

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

@font-face {
    font-family: CODE_Light;
    src: url(fonts/CODE_Light.otf);
}

@font-face {
    font-family: CODE_Bold;
    src: url(fonts/CODE_Bold.otf);
}

@font-face {
    font-family: LemonMilk;
    src: url(fonts/LemonMilk.otf);
}

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


@font-face {
    font-family: Montserrat-Regular;
    src: url(fonts/Montserrat-Regular.otf);
}

@font-face {
    font-family: Montserrat-Light;
    src: url(fonts/Montserrat-Light.otf);
}


@font-face {
    font-family: Montserrat-Bold;
    src: url(fonts/Montserrat-Bold.otf);
}

@font-face {
    font-family: FiraSans;
    src: url(fonts/FiraSans-Regular.otf);
}

@font-face {
    font-family: Amaranth;
    src: url(fonts/Amaranth-Regular.otf);
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    background: #555555;
}
::-webkit-scrollbar-track-piece {
    background: #dbdbdb;
}
::-webkit-scrollbar-thumb {
    background: #555555;
}





