body {
    font-family: 'Montserrat', sans-serif;
}

.tooltip {
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
}

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

.text-danger {
    color: #c0392b;
    font-size: 14px;
}

.alert {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
}

.alert.alert-success {
    background: #00d1b2;
    color: #FFFFFF;
}

.alert.alert-danger {
    background: #c0392b;
    color: #FFFFFF;
}