body {
    background: linear-gradient(to right, #a2a9b1, #dcdddd);
    color: #fff;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;  
}

.navbar {
    background-color: #2C3E50;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px 0;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.navbar ul li {
    display: inline;
    margin-right: 40px;
}

.navbar ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.navbar ul li a:hover {
    background-color: #2980B9;
    transform: scale(1.1);
}

section {
    margin-top: 80px;
    padding: 40px 20px;
    background-color: #00000000;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 85%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


h1 {
    font-size: 1.5rem;
    color: #2C3E50;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.afbeeldingen {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.eldenring {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
}
.CSGO {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;	
}
.PathofExile {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
}
.helldivers {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
}
.DynastyWarriors {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
}

.afbeeldingen {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin-top: 20px;
}

figure {
    text-align: center;
    margin: 0;
    transition: transform 0.3s ease-in-out;
    width: 18%;
}

figure:hover {
    transform: scale(1.05);
}

figcaption {
    font-size: 1rem;
    color: #2C3E50;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#overmijzelf {
    margin-top: 40px;
    padding: 20px 20px;
    background-color: #ffffff;
    color: #2C3E50;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 55%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Arial', sans-serif;
}

#overmijzelf h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #2C3E50;
    text-align: center;
    margin-bottom: 10px;
}

#overmijzelf p {
    max-width: 300px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    margin-left: 10px;
    padding-left: 10px;
    color: #333333;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.mijzelf { 
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: flex-start;
    margin-top: 20px;
}

.mijzelf-tekst {
    width: 80%;
    text-align: left;
}

.mijzelf-figure {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}

.mijzelf-img {
    border-radius: 80%;
    width: 120%;
    height: auto;
    margin-right: 200px;
}

.mijzelf-caption {
    font-size: 1rem;
    color: #2C3E50;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-right: 200px;
}

#favorietefilms {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    max-width: 480px;
    margin: 0 auto;
}

#favorietefilms h1 {
    text-align: center;
    width: 100%; 
    margin-bottom: 20px;
}

.favorietefilms {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.film {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.film figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.film img {
    width: 120%;
    height: auto;
    border-radius: 10%; 
    margin-left: 130px;   
}

.film figcaption {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    margin-left: 130px;
}

.film-info {
    max-width: 300px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    padding-left: 20x;
    margin-left: 100px;
    color: #333333;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.film-info p {
    margin: 0;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

#vakken {
    max-width: 900px;
    margin: 30px auto;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

#vakken h1 {
    text-align: center;
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

#vakken p {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 30px;
}

#vakken h2 {
    font-size: 1.8rem;
    color: #2980b9;
    border-bottom: 2px solid #2980b9;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#vakken p + p {
    font-size: 1rem;
    line-height: 1.6;
    color: #34495e;
    margin-bottom: 20px;
}

