body{
    background: url("assets/pictures/secret.gif");
}
footer {
  text-align: center;
  font-size: 0.9em;
  background: #ffdce3;
  border-top: 3px double #ffb6c1;
  padding: 10px;
  color: #7a3e53;
}

.box{
padding: 20px;
  color: #3f3f3f;
  border: 2px dashed #868686;
  margin: 10px 0px 10px 0px;
  border-radius: 25px;
  background: #b9b9b9;
}

.home-btn {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.home-btn img {
  width: 230px;
  cursor: pointer;
  transition: transform 0.2s ease;
  border-radius: 12%;
}

.home-btn img:hover {
  transform: scale(1.05);
}

audio:not([controls]) {
    display: none !important;
}

audio {
    width: 300px;
    height: 54px;
}