.flex-vertical-center{
    display: flex;
    align-items: center;
}
.flex-all-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-red{
    color: red;
}
.noBullets{
    list-style-type: none;
}
.neon-light{
    border:solid #354a97;
    border-radius: 0.2em;
    box-shadow:inset #4359ac  0px 0px 25px,#4359ac  0px 10px 25px;
    text-shadow:#6fa2f3 0px 0px 9px;
    padding: 0.4em 1.2em;
}