

body{
  background-color: #719C6A;
  text-align: center;
  font-size:2em;
  color: white;
  font-family: Cursive;
  margin:0;
}

#container {
width:1300px;
margin:auto;
padding:50px;
}

header {
  text-align:center;
  font-size:1.2em;
  color:white;
  font-family: Cursive;
  text-shadow: 0 0 5px #0D0200, 0 0 10px #0D0200;
  margin-bottom:20px;
}

#content {
display:flex;
gap:20px;
}

main {
  flex:1;
  background-color: #A1C49B;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px #3D5739;
}