.site-title {
    font-weight: 200;
    font-size: 8rem;
}
.collection-title {
    text-transform: uppercase;
    font-size: 6rem;
    font-weight: 300;
}
.site-header:before {
    background: rgba(0, 0, 0, 0.5);
}
.site-wrapper {
    min-height: auto;
}
.highlight {
    width: 100%;
}

.improv-game{
  background-color: #DDDDDD;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  margin:10px;
}

.improv-game h3{
  color:black;
}