/* DIVS */

.ikText
{
  justify-self: center;
  border: solid 2px;
  margin: 10px; 
  background-color: var(--alternate-background-color);
  display: flex;
  flex-direction: column;
  width: 55vw;
  margin-bottom: 75px;
  border-color: var(--text-color);

}

@media (width <= 1023px) 
{
  .ikText { width: 90vw; }
}

.bouwFoto
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  width: 80%;
}

.infoTekst
{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}
