.subtitle {
  text-align: center;
  align-self: center;

  font-family: "Jersey 10";
  font-size: 42px;
  color: #009adb;
  letter-spacing: 24px;
  text-shadow: 3px 0 #00425e,
    -3px 0 #00425e, 
    0 3px #00425e, 
    0 -3px #00425e,

    2px 2px #00425e,
    -2px 2px #00425e,
    -2px -2px #00425e,
    2px -2px #00425e;

    padding-top: 1%;
}

.background-logo {
  height: 20%;
  position: absolute;
  opacity: 30%;
}

