.background {
  background-color: #1a1a1a;
  padding: 120px;
}

p {
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 32px;
  font-size: 17px;
}

.content {
  padding: 110px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0px 30px 200px rgba(61,0,84,0.7);
}

h1 {
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
}

.section-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
}

.enjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 3%;
  padding: 20px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  font: Montserrat, sans-serif;
font-size: 25px;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #00162E;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
}