



#container {
  
margin-top: 50px;
  width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;

  border-radius: 50px;
  
  text-align: center;
 
 

}

#ervaringen-blok{
  display: flex;
  justify-content: space-between;
}
#stage-blok{

  display: flex;
  justify-content: space-between;
}


.blok{
     padding: 10px;
 width: 80%;

  font-size: 20px;
  font-family:"poppins" sans-serif;
  border: 4px solid rgb(127, 219, 255);
  box-shadow: 3px 3px 3px rgb(127, 219, 255) ;
  background-color: rgba(127, 219, 255, 0.222);
  border-radius: 10px;
margin-bottom: 30px;
}


#cv{
  padding-left: 20px;
  padding-right: 20px ;
  width: 95%;
  max-width: 500px;
  background-color: white;
 
}
#tekst{
  padding: 10px;
  width: 800px;
}
.cv-titel{
padding: 5px;
  color: black;
  text-align: center;
  background-color: rgb(91, 251, 251);
}

.cv-tekst{
  color: black;
}
#profiel{
  margin-top: 10px;
width: 150px;
height: 150px;
border-radius: 50%;
background-color: aquamarine;
justify-self: center;
overflow: hidden;
}
#plaatje{
  width: 100%;
  
}
#download-knop{
  transition: 0.3s;
  border-radius: 10px;
  background-color: rgb(0, 152, 247);
  color: white;
  width: 200px;
  justify-self: center;
  cursor: pointer;
}
#download-knop:hover{
  background-color: aqua;
}

#info-blok{
  display: flex;
  justify-content: space-between;
 
}
#skills-blok{
   text-align: left;

  width: 30%;
}


#stage-opleidingen-blok{
    text-align: left;

  width: 40%;
}
#Reto{
width: 600px;

height: 400px;
}
#stage-tekst{
  padding: 10px;
}
/* ============ */
/* RESPONSIVE */
/* ============ */



@media only screen and (max-width: 1000px) {
  #ervaringen-blok{
flex-direction: column;
align-items: center;


  }
 
#cv{
  margin-top: 40px;
}
  #tekst{
    width: 100%;
  }
#stage-blok{
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#Reto{
  width: 80%;
  height: 300px;
}
  
}


@media only screen and (max-width: 600px) {
  #cv{
    font-size: 15px;
  }  .cv-titel{
    font-size: 20px;
  }
}

@media only screen and (max-width: 450px) {
  #cv{
    font-size: 10px;
  }  .cv-titel{
    font-size: 15px;
  }
  #Reto{
  width: 99%;
  height: 200px;
}
}