.side-bar {
  display: flex;
  
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  
  width:15%;
  
  background-color: #F5D5B8;
  
  border-radius: 0px 0px 0px 15px;
}

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