.color-white {
    color: #ffffff;
}

.background-transparent {
    background: transparent;
}

.text-decoration-none, .text-decoration-none:hover, .text-decoration-none:active, .text-decoration-none:focus {
    text-decoration: none;
}
