body {
    font-family: "Arial", sans-serif;
}

.navbar {
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 10px;
    text-align: right;
}

.menu-icon {
    font-size: 24px;
    border: none;
    background: none;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* Add the previous CSS code from the off-canvas menu example */

.logo {
    max-width: 100px;
    margin-right: 20px;
}

.carousel {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.carousel-image {
    width: 100%;
    height: auto;
    display: none;
}

/* Add animation styles for the carousel images */
