.fullpage {
  background-color: white;
  height: 100vh;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.test {
  font-family: "Roboto";
  font-weight: 300;
  color: rgba(55,55,55,0.8);
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 50px;
}
.test2 {
  font-family: "Roboto";
  font-weight: 300;
  color: rgba(55,55,55,0.8);
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 50px;
}
.retest {
  font-family: "Roboto";
  font-weight: 300;
  color: rgba(55,55,55,0.8);
  font-size: 18px;
}
a {
  font-family: "Roboto";
  font-weight: 500;
  color: rgba(55,55,55,0.6);
  font-size: 18px;
  transition: 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: rgba(55,55,55,0.9);
}



@media all and (min-width: 440px) {
  .mobile-sound {
    display: none;
  }
}
.mobile-sound {
  margin-top: 30px;
}
