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

body {
  background-image: url('images/dmbg.png');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  min-height: 100vh;
}

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

.text-block {
  text-align: center;
  background-color: rgb(166, 109, 78, 0.9); 
  margin: 0 auto; 
  width: 60%; 
  padding: 20px;
  border-radius: 10px;
  font-family: 'Spectral', cursive;

}

.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;
}

