* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
}

.bg-image {
  position: absolute;
  bottom: -88%;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 165px 0 124px;
  width: 100%;
  margin: auto;
  border: #fbab40;
  height: 100vh;
  background-color: black;
}

.logo {
  margin-top: 75px;
}

.logo > img {
	max-width: 75vw;
}

.home-p {
  color: white;
  width: 75vw;
  font-size: 1.25em;
  text-align: center;
}

.home-link {
  color: white;
  text-decoration: none;
}

.home-link:hover {
  color: white;
  text-decoration: none;
}

.home-link:visited {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .container {
        background-size: contain;
        background-position-y: center;
    }
}

@media screen and (max-width: 600px) {

.container{
    background-size: contain;
    background-position-y: center;
    }
  pre {
    font-size: 0.8rem;
    padding: 8px 12px;
    width: 100%;
  }

  body {
    width: 100vw;
  }
}
