body {
  font-family: Roboto, Arial, sans-serif;
}

div.message {
  padding: 40px 30px;
  margin: auto;
  margin-top: 100px;
  text-align: center;
}

.message h1 {
  font-weight: 500;
  color: #3a3a3a;
  text-align: center;
  font-size: 30px;
}

.message h2 {
  font-weight: 400;
  color: #4c4c4c;
  text-align: center;
  font-size: 18px;
  padding: 15px;
}

img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

a {
  font-size: 13px;
  text-decoration: none;
  color: #2389f1;
}
