body {
    height: auto;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flexbox;
    align-content: center;
    justify-content: center;
    float: center;
}

.boxx {
    padding: 20px;
    display: flexbox;
    justify-content: center;
    color: aliceblue;
    height: auto;
    font-size: 1em;
    float: left;
    font-family: font2;
    background-color: hsla(353, 57%, 71%, 0.1);
    position: static;
    text-align: left;
    border-color: hsl(350, 100%, 26%);
    box-sizing: border-box;
    border-style: outset;
    border-width: 3px;
    box-shadow: 0px 2px 15px rgb(0, 0, 0);
}

#playlist-musicplayer {
    display: flexbox;
    float: center;
    margin-top: 15px;
}

.home {
    text-shadow: 0px 2px 5px hsla(0, 0%, 0%, 0.5);
    font-size: 2em;
    font-family: "font2";
    color: #ffffff;
    position:fixed; bottom: 0px; left: 10px ;
    background-color: rgba(0, 0, 0, 0.26);
    margin-bottom: 0.5em;
    margin-left: 0.2em;
    padding: 0.5em;
    border-radius: 10px;
    cursor: url("cursors/beeeep.png"), auto;
    z-index: 10;
}
