body {
     background-color: #1e1e1e;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: large;
    animation: fadeIn 0.8s ease-in;
    margin: 0;
    padding: 0;
    min-width: 1000px;
    max-width: 1920px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

header {
    width: 100%;
    background-color: hsl(0, 0%, 20%);
    color: #1e1e1e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    overflow: hidden;
    height: 70px
}

html {
    scroll-behavior: smooth;
}

nav ul {
    list-style-type: none;
    ;
    margin: 0;
    padding: 10px;
    justify-content: space-around;
    gap: 15px;
    display: flex;




}

nav ul li {
    margin: 0;
    padding: 0;

}

nav ul li a {
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: 0, 3s, ease;
    font-size: 1.3rem;
    text-align: center;


}

/* Hover effect */
nav ul li a:hover {
    background: #00c8ff41;

}
#projects{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin:40px;
    font-weight: 600;
    
}
#projects h1{
    
   
    font-size: 4rem;
    text-align: center;
    margin-bottom: 25px;
   
}
button{
    position: relative;
    ;
}
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 70px, 80px;
    cursor: pointer;
    font-size: 4rem;
    border-radius: 10px;
    z-index:10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.slider {
    position: relative;
    width: 80%;
    max-width: 1000px;
    margin: 40px auto;
    overflow: hidden;
    border-radius: 10px;
    background:linear-gradient(135deg,#0044ff,rgba(0, 0, 255, 0.211),rgb(104, 104, 104));
    margin:40px auto;
    
    

}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    text-align: center;
    
    overflow: hidden;
   
    color:rgb(255, 255, 255);
}

.slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
.slide h3{
    font-size: 2rem;
    font-weight: bold;
}

/*grid projects*/

/*styling projects*/


.goede-doel .button {
    display: inline-block;
    background-color: green;
    margin-top: 1rem;
    padding: 10px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    transition: transform 3s;
    font-size: large;

}

.goede-doel img {
    width: 100%;
}

.goede-doel .button:hover {
    background-color: rgb(174, 255, 0);
}

.button {
    display: inline-block;
    background-color: rgb(0, 90, 128);
    padding: 10px 20px;
    margin:40px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    transition: transform 3s;
    font-size: large;
}

.button:hover {
    background-color: blue;
}

img {
    width: 100%;
}
@media (max-width: 1020px){}

 