/* Basic page styles */
body {
  background-color: #5d5851;
  margin: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;

  font-style: normal;
  color: #bada55;
}

main {
  width: 100%;
  display: flex;
  justify-content: center;
}

h1, h2 {
  text-align: center;
  font-family: "Electrolize", sans-serif;
  font-weight: 400;
  font-size: 6rem;
  letter-spacing: -.7rem;
}

img {
  width: 100%;
  max-width: 800px;
}