body {
    background-color: #0abab5;

    justify-content: center;
    align-items: center;
    margin: 0;
    height: 210vh;
    background-size: 1000% 1000%;
    color: white;
    font-family: "popularity", sans-serif;
    position: relative;
    width: 100%;
}
#banner {
    position: absolute;
    background-color: #f15a59;
    margin: 0px;
    height: 120px;
    width: 100%;
    z-index: 1;
}
#container {
    display: flex;
    width: 100%;
    height: 90%;
}
#text1 {
    margin-top: 60px;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
}
#text1 p1 {
    font-size: 60px;
}

#text1 p2 {
    font-size: 60px;
}
#text1 p3 {
    font-size: 40px;
    color: #2E5077;
}
h1 {
    font-size: 80px;
    line-height: 60px;
}
.link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    margin: 10px 0;
    position: relative;
    transition: transform 0.3s;
    margin-top: -5px;
}
#project {
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
}
#project1 {
    height: 200px;
    width: 200px;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
}
#dark-mode {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    width: 200px;
    text-align: center;
    z-index: 100;
}
#logo {
    padding: 0;
    margin: 0;
    height: auto;
    width: 200px;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
    z-index: 5;
}

.dark-mode-text {
    line-height: 33px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 40px;
    z-index: 11;
}
#text2 {
    margin-top: 60px;
    width: 50%;
    padding: 20px;
    text-align: right;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
}
#mij {
    font-size: 24px;
    line-height-step: 20px;
}
#skills {
    font-size: 24px;
    line-height-step: 20px;
}

#naam {
    font-size: 40px;
    color: #2E5077;
}

#contact {
    font-size: 24px;
    line-height-step: 20px;
}

#linkedin {
    height: 175px;
    width: 175px;
}
/* Responsieve aanpassingen */
@media screen and (max-width: 1300px) {
    body {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    #container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #dark-mode {
        padding: 0;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 150px;
        height: auto;
    }

    #text1, #text2 {
        width: 100%;
        text-align: center;
        margin-top: 450px;
        margin-bottom: 0;
    }
}