body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.0em;
  background-color: #28282B;
  color: #FFFFFF;
  text-align: center;
}

.logo {
  width: 300px;
  color: #FFFFFF;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 300px;
}

.center-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.text-heavy {
  font-weight: 500 !important;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 0.9em;
  font-weight: 100;
}

hr {
  width: 200px;
  border: 0;
  border-top: 1px solid #909090;
  margin-bottom: 15px;
  margin-top: 15px;
}

a {
  color: #ffffff;
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
}