.over-mij {
  display: flex;
  flex-wrap: wrap ;
  flex-direction: row; 
  
  margin: 30px auto;
  gap: 20px;
}

.over-mij img {
  width: 300px;
  height: auto;
  border-radius: 10px;
  border: solid 2px #00f7f7;
  box-shadow: 0 0 10px #00f7f7;
  margin-bottom: 20px;
}

.lezen {
  flex-direction: column;
  text-align: left;
  max-width: 500px;
}

.over-mij h3 {
  font-size: 24px;
  color: #00ffcc;
  margin-bottom: 10px;
  margin-top: 30px;
}

.over-mij h1 {
  color: #00d2ff;
}

.over-mij p {
  color: #cccccc;
}