body {
    background-image: url("assets/girl.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .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: 10px;
  }
  .start-row {
    display: none;
    margin: auto;
    height: 43px;
    font-family: "Work Sans";
    padding-top: 18px;
    font-size: 18px;
    text-align: center;
    color: #010165;
    margin-bottom: 21px;
    cursor: pointer;
    border-radius: 25px;
  
    background-color: #004a7f;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    cursor: pointer;
  
    font-family: Arial;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }

  img {
      max-width: 100%;
  }

  .custom-hide {
      display: none;
  }