body {
  background-image: url(images/bg1.jpg);

    background-color: #eb6536;
  margin: 0px;
}
.header {
  background-color: #470068;
    opacity: 0.8;
  text-align: center;

}
.header img{
    width: 22%;
    opacity: 1 !important;
}
.title-now {
  margin-top: 42px;
  margin-bottom: 21px;
  text-align: center;
}
.instructions-title {
  display: inline;
  font-size: 18px;
  color: #00ffff;
  font-family: 'Work Sans';
}
.instructions-row {
  margin: 0 auto;
  width: 400px;
}
.instructions-number {
  padding-right: 25px;
  font-family: 'Work Sans';
  font-size: 36px;
  color: #00ffff;
}
.instructions-text {
  padding: 10px;
  font-family: 'Work Sans';
  font-size: 14px;
  color: #ffffff
}
.door-row {
  text-align: center;

}
.door-frame {
  cursor: pointer;
    padding: 20px;


}
.start-row {
  margin: auto;
  width: 500px;
  height: 100px;
  font-family: 'Work Sans';
  background-color: #eb6536;
  padding-top: 18px;
  font-size: 18px;
  text-align: center;
  color: #010165;
  margin-bottom: 21px;
  cursor: pointer;
}
#end {
  color: white;
}
