body {
  height: 100%;
  background-color: #1a1a1a;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #d1cbae;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #d1cbae;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #d1cbae;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

a {
  background-color: #d1cbae;
  text-decoration: underline;
}

.body {
  background-color: #202020;
}

.underconstruction-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 400px;
}

.button {
  margin-top: 12px;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: rgba(209, 203, 174, 0.52);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button:hover {
  background-color: #d1cbae;
  color: #333;
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    font-size: 26px;
  }

  h2 {
    font-size: 14px;
  }

  h3 {
    font-size: 18px;
  }

  .image {
    width: 250px;
  }
}

