html,
body {
  height: 100vh;
}

body {
  background: #000;
  color: #fff;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  padding: 4rem;
}

body {
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

p {
  margin-top: 2rem;
  opacity: .5;
}

a {
  color: #fff;
}