.body{
    margin: 0px;
}

.home{
    display: block;
    margin: -8px;
    height: 100vh;
    width: 100vw;
    border: none;
}

.musicPlayer{
    position: fixed;
    top: 6px;
    right: 7px;
    display: block;
    width: 371px;
    height: 62px;
    overflow: hidden;
}

/* ---------------------FONTS--------------------- */

    @font-face {
        font-family: "Chairo";
        src: url("https://pikmin.org/fonts/FOT-Chairo STD B.otf");
      }
    
    @font-face {
        font-family: "Seurat";
        src: url("https://pikmin.org/fonts/FOT-Seurat Pro DB.otf");
    }
    
    @font-face {
        font-family: "Rodin";
        src: url("https://pikmin.org/fonts/FOT-RodinNTLG Pro DB.otf");
    }
    
    @font-face {
        font-family: "NewRodin";
        src: url("https://pikmin.org/fonts/FOT-NewRodin Pro DB.otf");
    }
    
    @font-face {
        font-family: "Pikmin";
        src: url("https://pikmin.org/fonts/pikmin_by_theadorableoshawott.ttf");
    }