@import url('https://fonts.googleapis.com/css2?family=Sora:wght@200;400;500&display=swap');

body {
    min-height: 100vh;
    max-width: 1280px;
    margin: 0 auto;
    background: #020617;
    color: #cbd5e1;
    font-family: 'Sora', sans-serif;
    line-height: 1.5;
    background-image:url('./images/qa-bg-small.jpg');
    background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
    overflow-x: hidden;
    padding: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.header{
    display: flex;
    align-items: center;
    justify-content: center;
    & h2{
        font-weight: 500;
        padding-left: .5rem;
    }
}
.box-input{
    width: 40%;
    padding:.2rem;
    background-color:#020617 ;
    border: 2px solid #4059c9;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    /* display: none; */
    & input{
        background-color: inherit;
        color: #fff;
        width: 70%;
        padding: .7rem;
        border: none;
        outline: none;
    }
    button{
        padding: 10px;
        background-color:#4059c9;
        color: #fff;
        font-size: .8rem;
        border: none;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}
}
.qr-container{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    & .back-qr{
        width: 230px;
        height: 230px;
        background-color: #21273f;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        #qrcode{
            width: 170px;
            height: 170px;
            padding: .3rem;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
}
    }
    .buttons{
        width: 250px;
        display: flex;
        align-items:center ;
        justify-content: space-around;
        flex-wrap: nowrap;
    }
   
   a{
    background-color: #4059c9;
    cursor: pointer;
    margin: 20px;
    font-size: .7rem;
    padding: .3rem .7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    &svg{
        background-color: #4c64cf;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-left: 5px;
    }
  }
  display: none;
}
