#drum-machine {
  background-color: #e8e1d4;
  color: #1f1f1f;
  padding: 100px;
  margin:200px;
  margin-left:400px;
  font-family: 'Courier New', monospace;
  font-size: 25px;
  font-weight: bold;
  text-align:center;
  max-width:600px;
  border-radius:20px;
}
#display{
  padding-bottom: 20px;
  color: 	#ff9100;
  font-weight: bold;
  font-size: 40px;
}
.drum-pad{
  background-color: #2c2c2c; 
  color: #f5f5f5;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: bold;
  padding:10px;
  margin:10px;
}
h1{
  padding-up:10px;
  margin-left: 550px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 100px;
  font-weight: bold;
  color: 		#ff9100
}
