*{
    font-family: "DM Sans", serif;
/*      border: solid 1px lightgreen;  */
}

button{
    display: flex;
    align-items: center;
    cursor: pointer;
}


hr{
    border-color: rgb(255, 255, 255);
}

.material-symbols-outlined{
    color: rgb(94, 94, 94);
}

body{
    background-color: #f0f1f5;
 /*    #fafafa; */
    margin: 0;
}

.main-body{
    display: flex;
    border: solid 0px lightcoral;
}

.page-container{
    display: flex;
   /*  justify-content: center; */

    border: solid 0px lightcoral;
    height: 100vh;
}

.main-page{
    display: flex;
    flex-direction: column;
    
    flex: 1;
   /*  border: solid 1px red; */
    padding: 7px;
}

.page-input{
    border: 0;
    border-radius: 10px 10px 0 0;
    width: 85%;

    display: flex;
    justify-content: center;

    box-sizing: border-box;
    padding: 70px 50px ;

    background-color: white;
    box-shadow: 0 0 5px 8px #83838309;
}

.text-area-input{
    width: 100%;
    height: 100%;

    border-radius: 5px 5px 0 0;
    border: solid 0px;

    font-size: 18px;
}

.text-area-input:focus{
    outline: 0;
}



