.container {
  background-color: #EFE6DF;
}

h1 {
  background: #A39589;
  min-height: 100px;
  font-size: 100px;
  font-family: Arial Narrow;
}
img {
  /*display: grid;
  justify-content: flex-start;
  flex-direction: row-reverse;*/
}

}
ul {
  text-align: right;
  text-decoration: underline;
  font-family: Arial Narrow;
  font-size: 30px font-weight: bold;
}
p {
  text-decoration-style: solid;
  text-font: 20px;
}
.container {
  display: grid;
  height: 100vh;
  grid-template-columns: 3fr 1fr;
  /*grid-template-rows: 2fr 6fr 2fr;*/
}

.header {
  grid-column: span 2;
}
