@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    h1{
        font-family: 'Poppins', sans-serif;
        padding: 0px;
        margin: 0px;
    }

    a{
        font-style: normal;
        color: #fff;
        text-decoration: none;
    }
}

#first_page { 
display: flex;
justify-content: center;
align-items: center;
margin-top: 50vh;
text-align: center;

}

#first_page .div_bar { 
    display: flex;;
   /* justify-content: space-around; */
   justify-content: space-between;


   align-items: center;
   text-align: center;

    background: #d0d0d0;
    padding: 5px;
    width: 50%;
    border-radius: 30px;

}



#first_page .div_bar h1#desk { 
    border-radius: 30px;
    /* background: #cfcfcf; */
    margin-left: -120px;
    /* width: 50%; */
    width: 500px;
    border: none;
    font-weight: 600;
    color: #666666;

}
#first_page .div_bar h1#desk small { 
    font-size: 20px;
    color: #0b9695;
    font-weight: 500;
    margin-left: -90px;
    color: #666666;

}



#first_page .div_bar button { 
    background: #0b9695;
    margin-right: 38px;
    height: 27px;
    width: 120px;
    font-size: 16px;
    font-family: poppins;
    color: #fff;
    padding:5px;
    border: none;
    border-radius: 30px;

}
#first_page .div_bar button a { 
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    


    
}
#first_page .div_bar button:hover{
    background: #0b9796;
    width: 115px;
    transition: all 0.4s;;
    /* color: #fd8104; */

}