body {
    background-color: #010165;
    margin: 0px;
  }
  .header{
    background-color: #00ffff;
    text-align: center;
  }
  .title-row{
    margin-top: 42px;
    margin-bottom: 21px;
    text-align: center;
  }
  .sign_button_div{
    display: flex;
    padding: 5px;
    justify-content: flex-end;
  }
  #sign_button{
    margin: auto;
    width: 120px;
    height: 43px;
    font-family: 'Work Sans';
    background-color: #eb6536;
    border-radius: 20px;
    font-size: 18px;
    text-align: center;
    color: black;
    margin-bottom: 21px;
    cursor: pointer;
  }
  #sign_button:hover{
    background-color: greenyellow;
  }
  .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{
    margin: auto;
    width: 120px;
    height: 43px;
    font-family: 'Work Sans';
    border-radius: 35px;
    background-color: #eb6536;
    padding-top: 18px;
    font-size: 18px;
    text-align: center;
    color: #010165;
    margin-bottom: 21px;
    cursor: pointer;
  }
  .start-row:hover{
    background-color: greenyellow;
  }