/* body{
    background-color: #2161c3;
}
.text-wrapper{
    display: flex;
    flex-direction: row;
    background-color: rgb(238,239, 239);
    justify-content: space-between;
    padding: 5px;
    border: 2px solid #efefef;
    border-radius: 5px;
    margin-bottom: 5px;
} */

body{
    display: flex;
    flex-direction: column;
    background-color:#111111;
    flex: 1;
}

