/*Page Setup*/
body {
  background: linear-gradient(#043a3d, #000000 30%, #000000 70%, #29002b);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.img-setup {
  max-width: 100%;
  max-height: 100%;
  margin: 4px;
  border: 4px solid #ffffff;
}

/*Page Formatting*/
.footer {
  font-family: "Ruda";
  font-size: 12px;
  color: #ffffff;
  margin-top: 20px;
}
.row {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  max-width: 900px;
}

/*Text Styling*/
.title {
  font-family: "Press Start 2P";
  font-size: 70px;
  color: #cf00d6;
  text-shadow: 2.5px 2.5px #41dff4;
  margin-left: -100%;
  margin-right: -100%;
}
.subtitle {
  font-family: Sarina;
  font-size: 32px;
  color: #41dff4;
  text-shadow: 2px 2px #cf00d6;
  margin-top: -15px;
}
.text {
  font-family: Ruda;
  font-size: 20px;
  color: #ffffff;
}
.list {
  font-size: 15px;
}