body {
  background-color:#556efa;
}

.instrument-serif-regular {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.instrument-serif-regular-italic {
  font-family: "Instrument Serif", serif;
  font-weight: 600;
  font-style: italic;
}

.corben-regular {
  font-family: "Corben", serif;
  font-weight: 400;
  font-style: normal;
}

.wit {
  font-size:43px;
}

.ideas {
  margin:40px;
  padding:20px;
  width:800px;
  height:100px;
  background-color:pink;
  color:red;
  font-family: "Instrument Serif", serif;
  font-style:italic;
  font-weight: 300;
}

.columns {
  font-family: "Corben", serif;
  font-style:normal;
  display:flex;
  background-color:red;
  color:white;
}

.songs {
 margin:20px;
 padding:10px;
  flex:50%;
   height:300px;
  overflow:auto;
}

.story {
  margin:20px;
 padding:10px;
  flex:50%;
  height:300px;
  overflow:auto;
}