body{
    background-color: rgb(218, 209, 209);
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    
}
.white button{
    height:150px;
    background-color: white;
    border-radius: 5px;
    border-color: white;
   box-shadow: 0px 2px rgb(189, 185, 185);
  }
  .black button{
    height:100px;
    margin-left:15px;
    background-color: black;
    border-radius: 5px;
    border-color: black;
   }
  .black{
    margin-top:-150.1px;
  }
 .keyboard{
 display: inline-block;
   
  
}
 h1{
    
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
     font-size: 60px;
     color: yellowgreen;
 }
 p{
   padding-top: 100px;
 }
 h2{
     
     margin-top: 20%;
     font-size: 35px;
     color: yellowgreen;
 }
 button{
     display: inline-block;
     text-align: center;
     padding: 14px;
     text-decoration: none;
 }


 

