html {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 30;
}

body {
  background-color: #1A83FF;
}

a {
  color: rgba(1, 1, 1, .5);
}

a:hover {
  color: white;
}

.center-container {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}

.center {
  display: table-cell;
  vertical-align: middle;
}

.links {
  font-size: 20;
  color: rgba(1, 1, 1, .5);
}

.support {
  color: rgba(1, 1, 1, .35);
  text-decoration: none;
}

.footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 20;
}
