html,
body {
  margin: 0;
  padding: 0;
  height: 100%
}

body {
  background: #e2211c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  padding: 20px;
  box-sizing: border-box;
}

img {
  max-width: 400px;
  width: 100%;
}

p,
a {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #f4dcca;
  text-decoration: none;
}
