* ,html{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    /* 1rem = 10px*/

    font-size: 62.5%;
    
    
}
@font-face{
    font-family: Gotham;
    src: url(fonts/gotham-rounded/gotham-rounded-light.otf);
}
@font-face{
    font-family: Kg;
    src: url(fonts/kg_all_of_me/KGAllofMe.ttf);
}