.clear::after{
    content:'';
    display:table;
}
html{
    background-color:beige;
}

.wrapper{
    margin-left:25%;
    width:50%;
    margin-right:25%;
    height: 25%;
   
}

.player{
    height:300px;
    width: 300px;
    display:inline;
    font-family:arial;
    font-size: 75px;
    text-align:center;
    font-style:italic;
}    
.player img{
    width: 300px;
    height:300px;
    border:solid black;
    padding: 5px;

}
h2{
font-family:arial;
}

.controls{
    float: left;
    
}
.scores{
    clear:left;
}
