

html {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #2E748F, #153A49); 
  font-size: 10px;
}

audio {
  width: 200px;
}

.button {
  transition: .4s ease-in-out, color .4s ease-in-out;
  width: 8rem;
  height: 8rem;
  margin: 0 1rem;
  padding: 0;
  background: #ffffff;
  border-radius: 50%;
  border: none;
  outline: none;
  color: rgba(#000000, .5);
  font-size: 4rem;
  cursor: pointer;
}


.micButton {
  margin-top: 600px;
}

.labelTag {
  font-size: 30px;
  text-align: center;
}

/* Recorded SideNav */

.delete-Audio {
  width: 100px; 
  object-fit: cover;
  border-radius: 20px;
  outline-style: none;
  list-style-type: none;
}


.delete-Audio:hover {
  background-color: red;
}