html {
  height: 100%;
}

body {
  /* Set background image and ensure it covers the whole page */
  background: url("under-construction.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  margin: 0;
}

h1,
h2,
p {
  color: rgba(249, 250, 250, 0.863);
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.claim {
  /* color: #ffd700;  */
  color: rgba(249, 250, 250, 0.7);
  /* color: rgba(233, 250, 250, 0.806); */

  font-weight: bold;
  /* text-shadow: 0 0 5px rgba(255, 215, 0, 0.7); */
  text-shadow: 0 0 5px rgba(245, 245, 245, 0.2),
    /* 0 0 10px rgba(245, 245, 245, 0.772), */ 0 0 15px
      rgba(245, 245, 245, 0.374);
  font-size: 1.2rem;
  margin: 0 10vw 2rem;
}

/* .main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
} */

a {
  color: #ffd700; /* Gold */
  text-decoration: none;
}

h1 a,
h2 a {
  color: white;
}

a:hover {
  text-decoration: underline;
}

p.footer {
  position: fixed;
  bottom: 1rem;
  width: 100%;
  font-size: 0.8rem;
  color: rgba(233, 250, 250, 0.806);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  left: 0;
  box-sizing: border-box;
  text-align: center;
}

p.small,
p.small a {
  font-size: 0.8rem;
}

h1 {
  font-size: 2.5rem;
  margin-top: 20vh;
}

h2 {
  font-size: 2rem;
  margin-top: 5vh;
}

p {
  font-size: 1.2rem;
  margin: 0 10vw 2rem;
}

.main-icon {
  display: block;
  height: auto;
  max-width: 150px;
  margin: 5vh auto;

  border-radius: 50%;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1rem;
    margin: 0 5vw 2rem;
  }

  .main-icon {
    width: 50%;
  }
}
