ul {
    z-index: 1;
    top: 0;
    margin-left: 2%;
    width: 95%;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(to right, #4ddd54 0%, #fbff00 100%);
    border-radius: 8px;
    border: 1px solid rgb(56, 56, 56);
}

li {
    float: right;
}

li a {
    display: block;
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'Helvetica';
    font-size: 23px;
    padding: 20px 20px;
    text-decoration: none;
}

li a:hover {
    background-color: #fbff008e;
    border-left: 1px solid rgb(56, 56, 56);
    border-right: 1px solid rgb(56, 56, 56);
}

p {
    z-index: -1;
    position: relative;
}

h1 {
    z-index: -1;
    animation: 2s title;
    position: relative;
    font-size: 150px;
    text-align: center;
    align-items: center;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.733);
}

h2 {
    z-index: -1;
    position: relative;
    text-align: center;
    font-size: 50px;
    margin-top: 100px;
}

h3 {
    text-align: center;
    font-size: 30px;
}

hr {
    z-index: -1;
    position: relative;
    border-top: 8px solid #fbff00;
    border-radius: 5px;
    margin-top: 5%;
    margin-bottom: 5%;
}

body {
    background: linear-gradient(to right, #a2e8a6 0%, #eaed85 100%);
    font-family: 'Helvetica';
    margin: 0;
    padding: 0;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.block1 {
    display: block;
    z-index: 0;
    background: linear-gradient(to right, #a2e8a6 0%, #eaed85 100%);
    width: 100vw;
    max-width: 100%;
    height: 15vh;
    margin-top: -20px;
    padding-top: 20px;
}

.logo a:hover {
    background-color: #4ddd54;
}


.rekenapp {
    font-size: 200%;
    display: block;
    margin: 10px;
    background-color: #4ddd54;
}

.container3 {
    border-radius: 5px;
    background-color: rgba(80, 190, 36, 0.623), 242, 242;
    padding: 20px;
    max-width: 100%;
    margin-right: 50px;
    margin-left: 50px;
}

.container {
    max-width: 100%;
    margin-right: 50px;
    margin-left: 50px;
}

.container1 {
    max-width: 100%;
    margin-right: 100px;
    margin-left: 100px;
}

.container2 {
    display: flex;
    gap: 10%;
    margin: 5%;
}

.container3 {
    display: flex;
    margin: 5%;
    align-items: center;
    justify-content: center;
}

.paragraaf1 {
    text-align: center;
    font-size: 25px;
}

.paragraaf2 {
    font-size: 20px;
}

.paragraaf3 {
    text-align: center;
    font-size: 25px;
    top: 0;
    width: 95%;
    list-style-type: none;
    padding: 2%;
    overflow: hidden;
    background: linear-gradient(to right, #4ddd54 0%, #fbff00 100%);
}

.paragraaf4 {
    font-size: 25px;
}

.project {
    margin: 5%;
    gap: 5px;
    display: flex;
}

.header2 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

.container_title {
    align-items: center;

}

.vl {
    z-index: -1;
    position: relative;
    border-left: 8px solid rgb(14, 172, 0);
    border-radius: 5px;
}

.img2 {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 5px solid rgb(14, 172, 0);
}

.img1 {
    z-index: -1;
    position: relative;
    width: 600px;
    height: 250px;
    border-radius: 50px;
    border: 5px solid rgb(172, 169, 0);
}

.tetrisImg {
    z-index: -1;
    position: relative;
    width: 1000px;
    height: 500px;
    border-radius: 50px;
    border: 5px solid rgb(172, 169, 0);
    margin-bottom: 50px;
    align-items: center;
}

.figmabutton {
    border: none;
    opacity: 0;
}

.img1:hover {
    cursor: pointer;
}

.img2:hover {
    cursor: pointer;
}

@keyframes title {
    from {
        margin-top: -40%;
        height: 300%;
    }

    to {
        margin-top: 5.5%;
        height: 100%;
    }
}


@media only screen and (max-width: 600px) {
    .container {
        margin-right: 5px;
        margin-left: 5px;
    }

    @keyframes title {
        from {
            margin-top: -100%;
            height: 300%;
        }

        to {
            margin-top: 5.5%;
            height: 100%;
        }
    }

    h1 {
        font-size: 40px;
        text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.733);
    }

    li a {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 14px;
        padding: 5px 5px;
    }
}