body
{
    text-align: center;
    background-color: aliceblue;
}

#box
{
    background-color: rgb(192, 202, 224);

    /*Helpful for boxes*/
    margin: auto;
    min-width: fit-content;
    width: 30%;
    height: auto;

    margin-top: 20px;
    padding-top: 45px;
    padding-bottom: 45px;
}

#slideDiv
{
    margin: 10px;
    height: 200px;
    width: 200px;
    background-color: red;
}

#sandbox
{
    height: 500px;
    width: 500px;
}

#player
{
    height: 50px;
    width: 50px;
    background-color: blue;
    position: absolute;
}