*{box-sizing: border-box;}

.playerCSS{
    border: solid black 3px;
    border-radius:5px;
    float:all;
    padding: 20px 40px;
    margin: 5px 20px;
    background-color: #fef3e5;
    text-align: center;
}

.clear{
    clear:both;
    display:table;
    content:"";
}

button{
    color:red;
    background-color:yellow;
    border:solid black 3px;
    border-radius:25px;
    padding:10px 10px;
    width: 15%;
}

header{
    text-align: center;
    background-color: lightgray;
    height: 90px;
    margin: 10px;
    border: solid;  
}	

body{
    float: initial;
    text-align: center;
    margin: 10px;
    background-color: #4795b9;
}

footer{
    border: solid;
    text-align: center;
    background-color: lightgray;
    height: 175px;
    width: 100%;
    margin-top: 5px;
}