@font-face {
    font-family: 'Montserrat';
    src: url(../Montserrat-VariableFont_wght.ttf);
}

body {
    margin: 0px;
    font-family: Montserrat;
    font-weight: 550;
    background-image: url(../images/background_image.jpg)
}



.Titel {
    text-align: center;
}

h1 {
    text-align: center;
    color: white;
}

.projects {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: white;
    background-color: #242424e5;
    border-radius: 10px;
    height: 50px;
    width: 40%;
    text-align: center;

    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    color: white;
}

p>a:link {
    color: lightblue;
}

p>a:visited {
    color: blue;
}

.Goede_doel {
    display: flex;
    width: 60%;
    background-color: #242424e5;
    border-radius: 10px;
    margin-left: 0px;

}

.Goede_doel > p{
   margin: 10px; 
}

h2 {
    width: 1200px;
    height: auto;
    margin: auto;
    color: white;
    position: relative;
}

.flexbox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}


.Aids {
    background-color: #242424e5;
    border-radius: 10px;
    
}
.Game{
    margin-right: 60px;
}
.Yardimg{
    background-color: #242424e5;
    border-radius: 10px;
    margin-right: 60px;

     
}
.box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgb(104, 136, 186);
    width: 75%;
    height: 320px;
    text-align: center;
    margin-left: 12.5%;
    border-radius: 20px;
}
.Game:hover{
    transition: transform 0.3s ease;
    
    transform: scale(1.1);
}

.Aids:hover {
    transition: background-color 0.5s ease, border-color 0.5s ease, transform 0.3s ease, background-color 0.3s ease;
    background-color: rgb(200, 200, 200);
    border-color: rgb(158, 158, 158);
    transform: scale(1.1);
}
.Yardimg:hover{
    transition: background-color 0.5s ease, border-color 0.5s ease, transform 0.3s ease, background-color 0.3s ease;
    background-color: rgb(200, 200, 200);
    border-color: rgb(158, 158, 158);
    transform: scale(1.1);
}
.gameimg:hover{
    transition: transform 0.3s ease;
    
    transform: scale(1.1);
}
 @media only screen and (max-width: 1025px){
    .box{
        width: 80%;
        height: 350px;
        margin-left: 10%;

    }        
}
@media only screen and (max-width: 500px) {
    
    .Aids > a > img{
        height: 56px;
        width: 170px;   
    }
    .Aids{
        height: 8%;
        width: 44%;
        margin-left: 0%;
        
    }
    p{
        font-size: 16px;
        width: 150%
    }
    .box{
        height: 450px;
    }
    .Aids{
        margin-top: 10px;
        width: 210px;
    }
    .Game{
        margin-right: 0;
        margin-top: 10px;
    }
    .Goede_doel{
        width: 90%;
        
    }
    .Gamecraft{
        width: 80%;
        margin: 0;
    }
    .Game > a > img{
        height: 100px;
        width: 100px;
    }
    
    .flexbox{
        flex-direction: column;
    }
    
    .Yard{
        margin-left: 0px;
        width: 80%;
    }
    .Yard > a > img{
        height: 160px;
        width: 160px;
    }
    .Yardimg{
        height: 85px;
        width: 160px;
        margin-right: 0px;
        margin-top: 20px;
    }
    .gameimg{
        margin-top: 20px;
    }
  }