/*##################### 
Common Styles
#####################*/
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
/*##################### 
App Styles
#####################*/
body {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  background-color: #222222;
  color: #ffffff;
}
.wrapper {
  margin-top: 50px;
}
h1 {
  font-size: 2.2em;
  font-weight: 700;
  margin: 1em 0;
  color: #ffffff;
  max-width: 450px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4em;
}
h1 > span {
  border-bottom: 4px solid rgb(0, 146, 152);
}
h2 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 1em 0;
}
a {
  color: #bbb;
  font-weight: 700;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.small-print {
  font-size: 0.75em;
  color: #eeeeee;
  margin: 5em 0 0 0;
}
