html,
body {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

#icon {
    width: 27px;
    height: 9px;
    background: linear-gradient(96.34deg, #e537b9 0%, #c040df 100%);
    border-radius: 4.5px;
}

.navbar-brand {
    letter-spacing: 2px;
    word-spacing: 2px;
    font-size: 24px;
    font-weight: bold;
}

.carousel-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 768px) {
    .carousel-image {
        width: 100%;
        height: 400px;
    }
}