html{
    background-color: #252A34;
}
h1{
    text-align: center;
    font-size: 80px;
    margin-bottom: 0px;
    color: #FF2E63;
}
h2{
    text-align: center;
    font-size: 40px;
    margin-top: 0px;
    color: #08D9D6;
}
.player{
    display: inline-block;
    width: 400px;
    text-align: center;
    color: #EAEAEA;
}
#mainPlayer{
    text-align: center;
}
#footer{
    text-align: center;
    font-size: 20px;
    color: #08D9D6;
    font-weight: bold;
}