body {
    background-color:  #ffaa00;
    text-align: center;
    font-family: monospace;
}

/* 
   Margin:  
   Border: 
   Padding:
*/

/*larger box with the walking man and 
construction sign in it*/

.box {
    background-color: #df9501;
    Width: 200px;
    margin: auto;
    border: 10px solid #fcc24c;
    border-style: inset;
    padding: 20px;
}

/*construction box*/

.construction {
    background-color: #b17600;
    width: auto;
    margin: auto;
    border: 7px solid #f7b839;
    border-style: inset;
    padding: 3x;
}

.audioplayer {
    margin-bottom: 0px;
}