.full-view-height {
    height: 100vh;
}
.default-background-color {
    background-color: #343A40;
}
.default-background-color-a {
    background-color: rgba(52, 58, 64, 0.4) !important;
}
.default-background-color-b {
    background-color: rgba(52, 58, 64, 0.8) !important;
}
.footer-text {
    font-size: 20px;  
    font-family: Arial;  
    color: #FFFFE0;  
    cursor: default;
}
.rounded-top-left-1 {
    border-top-left-radius: 0.5rem;
}
.rounded-top-right-1 {
    border-top-right-radius: 0.5rem;
}
.rounded-bottom-left-1 {
    border-bottom-left-radius: 0.5rem;
}
.rounded-bottom-right-1 {
    border-bottom-right-radius: 0.5rem;
}