body {
    background-color: #000000;
}

.navbar {
   background-color: #e71f83 !important;
}
.logo{
width: 140px;
height: auto;

}

.hero {
    background: url('Foto/rute.jpg') no-repeat center center/cover;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;

    }
    .hero h1 {
    font-size: 3rem;
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    margin: 0;
    color: white;

    }
    .gallery img {
    width: 100%;
    height: auto;
    }
    .gallery {
    padding: 15px;
    }
    .notification {
    background-color: #4caf50;
    color: white;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
    }
    .section-title {
    text-align: center;
    margin: 40px 0;
    color: #ffffff;

    }
    .section-title h2 {
    font-size: 2.5rem;
    color: #ffffff;
    }
    .white-text {
        color: white;
    }
    