body{
  background-image:url("https://cdn.discordapp.com/attachments/736248094240538737/760914939337506836/Webp.net-gifmaker_2.gif");
  background-repeat: repeat;
  background-color:#000000;
}

.titleBackground{
  background-color:white;
  margin:0 auto;
  width: 500px;
  height:50px
}

.title{
  font-size:32px;
  text-align:center;
  font-family: Comic Sans MS;
  color: #4286f4;
  width:385px;
  padding-bottom:3.5px;
  margin: 0 auto;
}
   
.soundboardPanel{
  max-width:1300px;
  height:150;
  position:absolute;
  top:50%;
  left:50%;
  margin:-75px 0 0 -650px;
}

.button{
  font-family: Comic Sans MS;
  height:100px;
  width:200px;
  font-size:16px;
  cursor:pointer;
  margin: 5px;
  border-radius:10px;
}

.button p{
  height:0px;
}

.blackButton{
  background-color:black;
  color: white;
}

.whiteButton{
  background-color:white;
  color: black;
}

.hitmarker{
  position: relative;
  width:50px;
  height:50px;
  top: -55px;
  float: right;
  background-color:white;
}

.hitmarkerImg{
  position: absolute;
  width:50px;
  height:50px;
  margin: -25px 0 0 -25px;
}

.stop{
  position:relative;
  font-family: Comic Sans MS;
  border-radius:100px;
  background-color:red;
  background-size:cover;
  height:50px;
  width:50px;
  float:left;
  top:-50px;
  text-align:center;
}