html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #282826;
  background-image: url(../images/placeholder.jpg);
  background-size: cover;
  background-position: center center;
  backdrop-filter: blur(10px) brightness(30%);
  font-family: Raleway,sans-serif;
}

.placeholder {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.name {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
}

.name {
  top: calc(25svh - 25vw);
  height: 3.5rem;
  opacity: .75;
}

.not-found {
  font-size: 2rem;
  color: white;
}

.go-home {
  font-size: 12rem;
  color: #007caa;
  text-decoration: none;
  margin-top: 4rem
}

.footer {
  z-index: 0;
  text-align: center;
  position: absolute;
  box-sizing: border-box;
  top: calc(75svh + 25vw - 2rem);
}

a.insta {
  color: #ffffff;
  opacity: .75;
  text-decoration: none;
  font-size: 2.5rem;
  display: block;
}

.at {
  display: block;
  font-family: monospace;
  font-size: .8rem;
}

@media (orientation: landscape) {
  .name {
    background-color: #0008;
    padding: 1rem 1.5rem;
    border-radius: 2px;
    top: 3.5rem;
    text-shadow: none;
    filter: invert(100%);
  }
  .footer {
    top: calc(100svh - 4.4rem);
    left: calc(50vw - 50svh);
  }
}