html {
    height:100%;
}

body {
    background: linear-gradient(to left, #4B79A1 , #283E51);
}

.container {
    height: 97vh; 
    display: flex; 
    flex-direction: column; 
    align-items: center;
}

table {
    width: 90%;
}

.ftdclass {
    width: 99%;
}

#std_emoji_picker {
    width: 1%;
}

td {
    text-align: center;
}

textarea {
    width:269px;
    height:300px;
    border-radius:5px;
}