.carousel-control-prev-icon{
    height: 50px;
    width: 50px;
    background-size: 50%, 50%;
    border-radius: 50%;
    left: 5px;
    position: absolute;
}

.carousel-control-next-icon {
    height: 50px;
    width: 50px;
    background-size: 50%, 50%;
    border-radius: 50%;
    right: 5px;
    position: absolute;
}


.btn-red{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}


.btn-dark{
    background-color: #012c33;
    color: #eee;
}


.btn-dark:hover{
    background-color: white;
    color: #012c33;
}