.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;
  
  width:100%;
  margin:0px;
  height:90%;
}

.content-information {
  width:80%;
}

.side-bar {
  display: flex;
  
  flex-direction: column;
  
  width:20%;
  height:100%;
  
  background-color: #F5D5B8;
  
  border-radius: 0px 0px 0px 15px;
}

.side-bar a img {
  max-width:100%;
}
