html, body{
    background-color:  midnightblue;
    color: white;
    font-family: "Comic Sans MS",serif;
    margin: 0;
    padding: 0.3%;
    box-sizing: border-box;
    border: 15px;
    cursor: url(/secret/arrow.png), auto;
    transform: scale(1.0);
    height: 100%;
}
a:link{
    color: white;
}
a:visited {
    color: white;
}
#title{
    text-align: center;
    font-size: 220%;
}
.jukebox{
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #000;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.jukebox .box{
    position: relative;
    width: 40px;
    height: 40px;
    background: #222;
}
#mod1, #mod2{
    font-size: 120%;
}
#mod3 {
    text-align: center;
    font-size: 120%;
}
#return{
    color: white;
    position: relative;
    z-index: 1;
    float: right;
    right: 50px;
;
}
