html, body {
  height: 100%;
}
body {
  background-color: #1D1F24;
}
.container {
  margin: 0 auto;
  max-width: 600px;
  padding: 5% 2%;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo {
  width: 110px;
}
.text1 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.text2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
}
.mt-20 {
  margin-top: 20px;
}
.button {
  background-color: #d82a0b;
  color: #fff;
  cursor: pointer;
  width: 80%;
  line-height: 40px;
  margin: 20px 0;
  padding: 0 10px;
  text-decoration: none;
}