*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 1rem 2rem;
  margin: 0;
  color: #31313c;
  font-family: 'Open Sans', sans-serif;
}

main {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

main img {
  display: block;
  width: 100%;
  max-width: 384px;
}

main a {
  color: #31313c;
}

footer {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
