body{
    margin: 5%;
    background-color: black;
    color: yellow;
    font-size: 35px;
    font-weight: bold;
    text-align: justify;
}

a{
    font-size: 60px;
    color:yellow;
    text-decoration: none;
}

.player{
    text-align: center;
}

#content-1, #content-2, #content-3{
    display: none;
}

.item{
    border: yellow 2px solid;
    border-radius: 10px;
    margin: 30px;
    padding: 10px;
    text-align: left;
}