@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

body {
  background-image: url('images/frierenbg.png');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
}

h1 {
  text-align: center;
  color: #d4d4d4;
  margin-top: 20px;
  font-size: 3em;
  font-family: 'EB Garamond', cursive;

}

.text-block {
  text-align: center;
  background-color: rgb(104, 112, 120, 0.9); 
  margin: 0 auto; 
  width: 60%; 
  padding: 20px;
  border-radius: 10px;
  font-family: 'EB Garamond', cursive;
  font-size: 18px;
}

.img-flank {
  width: 30vw; 
  height: 70vh; 
  object-fit: cover; 
  margin: 0 10px;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

