*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.xo-heading{
    /* font-family: Montserrat; */
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: rgba(0, 0, 0, 1);

}
.notify-btn{
    /* font-family: Roboto; */
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: center;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255,255,255,1);
}
.notify-btn:hover{
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255,255,255,1);
}
.xo-para{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
   color: rgba(128, 128, 128, 1);
}
.link-buttons button{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 18.75px;
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
    text-wrap: nowrap;
}
.link-buttons .apple-btn{
    padding-block: 8px;
}
.link-buttons .andriod-btn{
    padding-block: 15px;
}

#urlInput {
    width: 300px;
    padding: 10px;
    margin-bottom: 20px;
    display: none;
  }
  
  button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
  }
  
  button:hover {
    background-color: #0056b3;
  }
  
  #qrcode {
    margin-top: 20px;
  }

  /*  */
 .desktop2bg{
    background-color: rgba(0, 0, 0, 1);
    
 }
 .desktop2-heading{
    color:rgba(255, 255, 255, 1) ;
 }
 .desktop2-form input,.desktop-select{
    background-color: rgba(38, 38, 38, 1);
    border: none;
    color: rgba(128, 128, 128, 1);
 }
 .desktop2-form input::placeholder{
    color: rgba(128, 128, 128, 1);
 }
 .desktop2-form input:focus{
    background-color: rgba(38, 38, 38, 1);

 }
 .desktop2-notify{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
 }
 .desktop2-notify:hover{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    
 }
 .desktop2-button button{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
 }
 .desktop2-button button:hover{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
 }
.andriod-btn{
    padding: 1rem 1.8rem;
}
.apple-btn{
    padding: 1rem 2rem ;
}