@font-face {
    font-family: 'DosisExtraLight'; 
    src: url('/assets/fonts/static/Dosis-ExtraLight.ttf') format('opentype'); 
    font-weight: normal; 
    font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: #2b2b2b;
    font-family: 'DosisExtraLight', sans-serif;
    scroll-behavior: smooth;
}


.content-container{
    padding-top: 90px;
    width: 80%;
    margin: 0 auto;
}

.content-container h1{
    color: #e7e7e7;
    font-size: 25px;
}

.content-container h2{
    color: #e7e7e7;
    font-size: 23px;
}

.content-container p{
    color: #d1d1d1;
}