.first-front {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-weight: 900;
}

.second-front {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    color: white;
}

.thrid-front {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}

.name-front {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-weight: 100;
    letter-spacing: 7px;
    font-size: 20px;
}

.glow-test {
    color: #ff0000;
    text-shadow: 0 0 10px #ffffff, 
                 0 0 10px #ffffff, 
                 0 0 10px #ffffff;
  }