html {
  background-image: url('images/bg/airport.jpg');
  background-position: left top;
  background-size: fit;
}

body {
  grid-template-rows: 10vh 1fr 10vh;
}

html,main.right,body {
  height: 100%;
}

.right {
  display: flex;
  align-content: center;
  flex-flow: column;
}

main.right section {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

main.right section {
  padding: 5px 10px;
  border: 2px solid black;
}

a {
  color: red;
}

h1 {
  text-shadow: -2px -2px white;
}
