body {
    background-color: #ffe166;
}

.carousel-control {
    opacity: 1;
}

.carousel-indicators li {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: white;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body {
        font-size: 1.3em;
    }
}
