*{
    margin: 0; padding: 0;
    background-color: ;
    font-size: 14px;
    font-family: Arial,sans-serif;
    color: white;
    
}

body {
    background-color: #202124;
}

header {
    display: flex;
    justify-content: right;
    padding: 5px 10px;
    align-items: center;
}


header a{
    padding: 10px;
    /* margin: ; */
    text-decoration: none;
    color: white;

}

header a:hover{
    text-decoration: underline;
}

header a img{
    height: 25px;
    border-radius: 50%;
}



.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 0px;
}

.main *{
    padding: 10px;
}

.main #textarea{
    display: flex;
    align-items: center;
    border: 1px solid #474a4e;
    background-color: #202124;
    border-radius: 50px;
    width: 584px;
    height: 40px;
    padding: 0px;
    margin: 0;
}

#sicon {
    position: relative;
    left: 0;
}

#voice {
    position: relative;
    right: 0;
}

#cam{
    position: relative;
    right: 0;
}


.main textarea{
    border: none;
    background-color: #202124;
    max-width: 584px;
    width: 80%;
    height: 30px;
    padding: 0px;
    resize: none;
    outline: none;
    margin-top: 11px;
}


.main button{
    width: 150px;
    background-color: #303134;
    border-radius: 5px;
    margin: 0px 5px;
    border: none;
}

.main #lang a{
    padding: 3px;
    text-decoration: none;
    color: #7796c3;

}

.main #lang a:hover{
    text-decoration: underline;    
}






footer {
    background-color: #171717;
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 0px;
    
}
footer a{
    padding: 10px;
    text-decoration: none;
}

footer a:hover{
    text-decoration: underline;
}