.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: space-around;
  
  width:80%;
  margin:0px auto 1vw;
  height:90%;
}

.content-links {
  width: 60%;
  height: 100%;
  
  background-color: #F5D5B8;
  border-radius: 0px 0px 15px 15px;
}

.content-links-list {
  display: flex;
  
  justify-content: center;
  flex-direction: column;
  
  padding:0px;
  
  overflow: hidden;
  list-style-type: none;
}

.content-links-list li {
  text-align: center;
  padding:0.2em 0px;
}

.content-links-list li img {
  max-height:1.5em;
  
  margin-right:0.5vw;
  vertical-align:middle;
}

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

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