
html {
  font-family: Gotham, sans-serif;
  background: #ffffff;
  margin:0;
  padding:0;
}

span{
  color:white;
  text-shadow: black 1px 1px 3px;
}

.center {
  margin-left:2%;
  margin-right:2%;
}

.container {
  margin-top:30px;
  display: flex;
  flex-direction: column;
  min-width: 385px;
}

.frame {
  border: black solid 2px;
  border-radius: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: white;
  margin-left:12%;
  margin-right: 12%;
}

.app-title {
  color: black;
  padding: 10px;
  font-weight: bold;
  font-size: 2.5rem;

}

.buttons {
  width:90%;
  margin:0 auto;
  text-align:center;
  font-size:1rem;
  font-weight: bold;
  color:#ffb800;
  background-color: #4ac2ff;
  border: solid black 2px;
  border-radius: 12px;
  padding-bottom: 20px;
}

.buttons a {
  padding-top: 50px;
  margin: 10px;
  display: inline-block;
  color: #000;
  width:125px;
  height:125px;
  box-sizing:border-box;
  text-decoration: none;
  border-radius: 12px;
  border: solid black 3px;
  box-shadow: 14px 14px 14px 14px #000;
  background-color: #ffb800;
  box-shadow:0 -4px 0 rgba(0,0,0,0.4) inset;
  transition:background-color 0.3s;
}

.buttons a:hover {
  background-color: #ffcf0f;
}

.buttons a:active {
  color: #000000;
  background-color: #4ac2ff;
  box-shadow:0 0px 0 rgba(0,0,0,0.4) ;
  transition:all 0.1s
}

.stop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;

}

.stop a {
  background-color: rgb(255, 11, 66);
}

.stop a:hover {
  background-color: rgb(243, 76, 111);
}



.rr a {
  padding-top: 20px;
  width: 90%;
  max-width: 410px;
  background-color: #4ac2ff;
}

.rr a:hover {
  background-color: white;
}



audio{
  display:none
}