body {
    background-image: url("../neocity-images/nebula.jpg");
    /* font-family: comic Verdana, Geneva, Tahoma, sans-serif; */
    color:rgb(255, 53, 191);
}

.moving {
    font-size: 15px;
}

.container {
    width: 100%;
}

.sidebar {
    display: grid;
    background-color: rgb(250, 217, 247);
    margin-top:30px;
    margin-left: 40px;
    width:200px;
    grid-template:auto;
    float: left;
}

.main {
    display:inline-block;
    width: 600px;
    margin:30px;
    background-color: rgb(240, 240, 240);
    padding: 30px;
    grid-template:auto;
}

.curr-song {
    margin:50px;
    max-width: 200px;
    float:left;
}

.curr-song iframe {
    max-width:170px;
    height:auto;

}

.box {
    padding:20px;
    border-style: dashed;
    margin: 10px;
    box-sizing:border-box;
}

.bunny img {
    max-width:90%;
    max-height:90%;
    margin:10px;
}

.oyster img {
    margin:30px;
    align-items: center;
    float:left;
}

.footer {
    float:left;
    width: 500px;
}