html {
  height: 100%;
}

body {
  align-items: center;
  background-color: #f2f2f2;
  display: flex;
  font-family: "DM Sans", sans-serif;
  font-size: 1em;
  height: 100%;
  justify-content: center;
  margin: 0;
}

.container {
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
}

a {
  color: #0a0b0b;
}

img {
  max-width: 320px;
}

h1 {
  font-size: 16px;
  margin: 40px 0;
}

h1 span {
  border: 1px solid #c9caca;
  border-radius: 5px;
  padding: 10px;
  text-transform: uppercase;
}

p {
  font-family: 'PT Serif', serif;
}
