
@font-face {
    font-family: 'lettertype';
    src: url(../fonts/Imprima-Regular.ttf);
}




body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: lettertype;
}

.blokjes{
    display: flex;
    flex-direction: row;
}
.whiteblock{
    background-color: white;
    width: 50vw;
    height: 100vh;
}
.blackblock{
    background-color: #212529;
    width: 50vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.logo{
    width: 100px;
    margin-left: 6%;
    margin-top: 4%;

}
.p{
    margin-left: 20%;
    margin-top: 25%;
    
}
.work{
   margin-top: 60px;
   margin-left: 26%;
   display: flex;
}
.markers{
    width: 30px;
    margin-top: 10px;
}
.ervaaring{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #45CCC5;
    margin-left: 7px;
}
.internship-foto{
    width: 500px;
    height: 300px;
}
h1{
    color: white;
    margin-top: 28%;
    text-align: right;
    font-size: 50px;
    margin-right: 35%;  
}
.white-a{
    color: white;
    text-decoration: none;
    margin-left: 7%;
    font-size: 20px;
}
.white-a:hover{
    color: #45CCC5;
}
.alinks{
    margin-top: 5%;
}
.black-a{
    color: #212529;
    text-decoration: none;
    font-size: 20px;
}
.black-af{
    color: #212529;
    text-decoration: none;
    font-size: 20px;
    margin-right: 75px;
}
.black-a:hover{
    color: #45CCC5;
}
.black-af:hover{
    color: #45CCC5;
}
.upper-text{
    display: flex;
    justify-content: space-between;

}
.alinks-white{
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    margin-right: 7%;
}