* {
    margin: 0; padding: 0;
}
	
/*#metronome {
box-sizing: initial;
border: 2px solid red;
} */

/*div.container {
  width: 100%;
  border: 2px solid black;
}*/

/*div.#metronome {
  box-sizing: border-box;
  width: 50%;
  border: 5px solid red;
  float: left;
}*/

#play-button {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 5px;
}

#tempo {
    font-size: 40px;
    margin-top: 10px;
    color: #000;
}

.bpm {
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    color: #000;
}

.tempo-controls {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
}

.tempo-container {
    margin: 0;
    font-size: 25px;
}

button {
    padding: 0;
    border: none;
    border-radius: 10%;
    width: 40px;
    height: 40px;
    margin: 1px;
    background-color: #2a4949;
    color: #e9e9e9;
    cursor: pointer;
}

button:focus {
    outline: none;
}

.play {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid #e9e9e9;
    margin-left: 0;
/*	background-image: url('https://.png'); */
}

.pause {
    width: 15px;
    height: 38px;
    border: none;
    border-left: 15px solid #e9e9e9;
    border-right: 15px solid #e9e9e9;
/*	background-image: url('https://.png');*/
}


/*	#metronome 1  */

#play-button1 {
    width: 100px;
   height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-flow: column;
   margin-top: 5px;
}

#tempo1 {
   font-size: 40px;
   margin-top: 10px;
   color: #000;
}

.bpm1 {
   font-size: 20px;
   text-align: center;
   margin-top: 10px;
   color: #000;
}

.tempo-controls1 {
   margin-top: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-flow: row;
}

.tempo-container1 {
   margin: 0;
   font-size: 25px;
}

.play1 {
   width: 0;
   height: 0;
   border-top: 30px solid transparent;
   border-bottom: 30px solid transparent;
   border-left: 40px solid #e9e9e9;
   margin-left: 0;
/*	background-image: url('https://.png'); */
}

.pause1 {
   width: 15px;
   height: 38px;
   border: none;
   border-left: 15px solid #e9e9e9;
   border-right: 15px solid #e9e9e9;
/*	background-image: url('https://.png');*/
}