/* all */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #070827;
    overflow: hidden;
}

li{
    list-style-type: none;
}

/* index */

.container_menu {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    width: 50vw;
}

.container_img{
    position: absolute;
    height: 100vh;
    width: 50vw;
    left: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_img img{
    height: 50vh;
    filter: drop-shadow(0px 0px 100px #d3cdc3);
    border-radius: 25px;
}

.container_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.container_menu li{
    padding: 10%;
    width: 20vw;
}

.container_menu a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.container_menu a:hover{
    color: aqua;
}

.containerprojecten {
    z-index: -10;
    position: absolute;
    left: -5vw;
    top: -5vh;
    width: 100vw;
    height: 100vh;
}

.container {
    z-index: -10;
    position: absolute;
    left: -5vw;
    top: -5vh;
    width: 110vw;
    height: 110vh;
}

.background {
    width: 110vw;
    height: 110vh;
    background-image: url('img/background.jpeg'); /* Replace 'your-background-image.jpg' with your actual image path */
    background-size: cover;
    filter: brightness(20%);
    transition: transform 0.1s ease-out;
}

/* projecten */

.bodyproject{
    overflow: scroll;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.gamelist{
    display: flex;
    width: 90%;
    height: 5%;
    padding: 10% 5%;
    margin: 0px;
}

.gamelist li{
    padding: 1%;
    height: 15%;
    width: 15%;
}

.gamelist img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.hidden-content{
    display: none;
    background-color: white;r
    backdrop-filter: blur(5px);
    padding: 4%;
    margin: 0% 4% 4% 4%;
    border-radius: 20px;
}

.playbutton{
    text-decoration: none;
    color: white;
    background-color: black;
    padding: 1% 10%;
    border: black solid;
    border-radius: 20px;
    margin-bottom: 10%;
}

h4 {
    display: inline-block;
    position: relative;
}

h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* Adjust this value to control the distance between the text and the underline */
    width: 80vw; /* Set the width to 100% of the viewport width */
    height: 2px; /* Set the height of the underline */
    background-image: linear-gradient(to left, transparent, black); /* Set linear gradient from transparent to black */
}

.codeshow{
    background-color: white;
    border: 0px;
    width: 100%;
    height: 50vh;
}

.backbutton{
    z-index: 1000;
    text-decoration: none;
    color: black;
    background-color: white;
    padding: 1% 1%;
    border: white solid;
    border-radius: 20px;
    position: absolute;
    margin: 1%;
}

.bodyaboutme{
    background: url("img/background.jpeg") no-repeat center center fixed;
    background: #2b2b2b;
    width: 110vw;
    height: 110vh;
}

.container_aboutme{position: absolute;
    display: flex;
    color: white;
    padding: 0% 10%;
    flex-direction: column;
}
