.content {
  display: flex;
  
  align-items: flex-start;
  flex-direction: column;
  
  margin: 0px auto;
  
  width: 80%;
  
  background-color:#EDC3AA;
  color:#724249;
  
  border-radius: 0px 0px 15px 15px;
}

.content-header {
  width: 90%;
  
  margin-top: 2vw;
  padding: 2vw 5%;
  
  background-color: #D49B74;
}

.content-header h1 {
  margin:0px;
}

.content-main-container {
  display: flex;
  
  justify-content: flex-start;
  
  margin:0px 0px 1.5vw;
  
  width:100%;
  height:90%;
}

.content-information {
  width:90%;
}
