.main-page #todo-page .controls{
    color:white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


.main-page #todo-page textarea{
    color: white;
    background-color: #7a7a7a;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    width: 100%;
    padding: 10px;
    line-height: 1.5;
    min-height: 350px;
    min-width: 450px;
    height: 100%;
    overflow: auto;
}

.main-page #todo-page .buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.main-page #todo-page .buttons button{
    width: 230px;
    margin: 10px;
}

