body{
    background-color: gray;
}

.player{
    margin-top: 100px;
}
.title{
    text-align: center;
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font: lucida-sans-serif;
    color: black;
    text-decoration-line: underline;
    text-decoration-color:dimgray;
        text-shadow: 3px 3px #0673bb;
        position: ;;
}

.container{
    text-align: center;
}
.BG{
    background-color: black;
    width: 100px;
}
.Button{
    color: white;
}