body {
  background-image: url('https://i.imgur.com/08ZZlqY.jpeg');
  font-family: 'Verdana';
}

container {
 display: flex;
 background: white;
 flex-direction: column;
 padding: 5px;
}

#top, #bottom {
 display: flex; 
 margin: 3px;
}

.description {
 padding: 4px; 
 font-size: 13px;
}

#bottom {
 justify-content: space-around;
}

.interests, .moodboard {
 border: 2px solid black;
 padding: 5px;
 height: 150px;
 width: 45%;
 overflow: auto;
}

span {
  font-style: italic;
  font-size: 16px;
}