body {
  background-color: #f5f5f5;
  font-family: "Exo";
}

.sbL {
    margin-top: 60px !important;
}

.basecontainer {
  width: 76%;
  position: absolute;
  left: 12%;
  margin-bottom: 250px;
  padding-bottom: 250px;
}

.btn {
  margin-right: 5px;
  padding: 3px 12px !important;
}

div h5 {
  font-weight: bold;
  text-decoration: underline overline;
}

h4,
h5 {
  margin-left: 5px;
}

#playButton,
#watchButton {
  font-weight: bold;
  margin-bottom: 15px;
}

.youtubeBox {
  width: 50%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-instructions {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #428bca), to(#275379)) !important;
  background-image: linear-gradient(to bottom, #428bca 0, #275379 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#275379)) !important;
  border-color: #275379 !important;
}

.spoilerBtn {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 500;
  border: 2px solid transparent;
  transition: none;
  cursor: default;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.75rem;
}
