.rounded-10 {
    border-radius: 10px;
}

.bg-cream {
    background-color: #FFFCF2;
}

.text-cream {
    color: #FFFCF2;
}

.bg-third {
    color: #726f6c;
}

.text-third {
    color: #726f6c;
}

.position-fixed {
    position: fixed !important;
}

.start-0 {
    left: 0!important;
}

.bottom-0 {
    bottom: 0!important;
}

.end-0 {
    right: 0!important;
}

.opacity-75 {
    opacity: .75!important;
}

.opacity-85 {
    opacity: .85!important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.rounded-left {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}