html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: black;
}

.container-desktop {
  font-size: 0;
  height: 703px;
  width: 1250px;
  color: white;
  font-family: "Aspira", sans-serif;
}

.centered-title-desktop {
  text-align: center;
  width: 500px;
  font-size: 50px;
  position: absolute;
  top: 70px;
  left: 715px;
}

.centered-desktop {
  text-align: center;
  width: 500px;
  font-size: 30px;
  position: absolute;
  top: 170px;
  left: 715px;
}

.container-mobile {
  font-size: 0;
  height: 1920px;
  width: 1080px;
  color: white;
  font-family: "Aspira", sans-serif;
}

.centered-title-mobile {
  text-align: center;
  width: 1080px;
  font-size: 90px;
  position: absolute;
  top: 1200px;
  left: 15px;
}

.centered-mobile {
  text-align: center;
  width: 1080px;
  font-size: 50px;
  position: absolute;
  top: 1400px;
  left: 15px;
}