.blacklist {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}


.blacklist h1{
  margin-bottom: 20px;
  color: #03e1e4;
  text-align: center;
  font-family: 'Raleway';
  font-size: 90px;
  font-weight: 800;
}

.blacklist h2{
  color: #455d7a;
  text-align: center;
  font-family: 'Raleway';
  font-size: 30px;
  text-transform: uppercase;
}