body, html {
    background-color: rgb(0, 191, 255, 255);
    height: 100%;
}

h1 {
    font-family: Chakra Petch;
}

img {
    width: 100%;
}

h2, p {
    font-family: Orbitron;
}

p{
    text-align: left;
}

footer {
    font-family: Orbitron;
}

.main {
    width: 75%;
    padding-left: 12.5%;
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Images/ps2.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

/* .hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
} */