body { 
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f3f8fe;
  }
  
  .header {
    overflow: hidden;
    /* background-color: #f1f1f1; */
    /* padding: 20px 10px; */
    padding: 30px 40px 40px 35px;
  }
  
  .header a {
    float: left;
    color: #5d5770;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    /* font-size: 18px; */
    line-height: 25px;
    border-radius: 4px;
  }
  
  .header a.logo {
    font-size: 25px;
    font-weight: bold;
  }
  
  .cursor-pointer{
    cursor: pointer;
  }
  /* .header a:hover {
    background-color: #ddd;
    color: black;
  } */
  
  .header a.active {
    background-color: dodgerblue;
    color: white;
  }
  
  .header-left {
    display: flex;
    float: left;
    align-items: center;
  }

  .header-right {
    float: right;
  }
  
  .labelsHeader {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
}

  @media screen and (max-width: 500px) {
    .header a {
      float: none;
      display: block;
      text-align: left;
    }
    
    .header-right {
      float: none;
    }
  }

  .jss8 {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.bottomBox1 {
    left: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 180px;
    background: #3174f5;
    margin-top: 20px;
    padding-bottom: 20px;
}

.headWBChatLast {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    font-size: 24px;
    letter-spacing: -.01em;
    color: #fff;
}

.startDrawingButtonLast {
    display: inline-flex;
    white-space: nowrap;
    cursor: pointer;
    padding: 12px 4vw;
    color: #3174f5;
    border-radius: 50px;
    text-align: center;
    background: #fff;
    align-self: center;
    margin: 8px 0;
    z-index: 100;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    width: 25vw;
    display: flex;
    justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    align-items: center;
}

.copyright {
    display: inline-flex;
    align-self: center;
    color: #fff;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}