html,
body {
  height: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #f4f4f4;
  color: #1a1a1a;
}

.main {
  min-height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: box;
  box-orient: vertical;
  box-pack: center;
  box-align: center;
}

.main img {
  width: 400px;
}

.footer {
  width: 100%;
  height: 30px;
  position: fixed;
  text-align: center;
  bottom: 0;
  padding-top: 0;
  background-color: #f4f4f4;
}

.footer small {
  color: #1a1a1a;
  font-weight: 400;
}

.footer small a {
  text-decoration: none;
  color: #1a1a1a;
  margin-left: 20px;
}

.footer small a:hover {
  text-decoration: none;
  color: #000000;
}

@media screen and (max-width: 500px) {
  .main {
    margin: 0 10px 0 10px;
  }

  .main img {
    width: 380px !important;
  }
}
