body{
        /* for keeping sizes consistend and see if something goes overflow */
    /*overflow: scroll;*/
    background-color: #222;

}

#main{
    background-color: #222;
    width: 100%;
    height: 100vh;
    color: #eee;
}

*{
    font-family: 'Nunito', sans-serif;
}