.alert {
    border-radius: 6px !important;
}

._50vh {
    min-height: 50vh !important;
}

._50wh {
    min-width: 50vh !important;
}

.cursor {
    cursor: pointer;
}

.font25 {
    font-size: 25px;
}

.underline {
    text-decoration: underline;
}

.overline {
    text-decoration: overline;
}

.dualline {
    text-decoration: underline overline;
}

.bold {
    font-weight: bold;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.text-normal {
    font-weight: normal;
}
