.tasks {
    /* min-height: 100vh; */
    background-color: #6BB2F7;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto !important;
    height: auto !important;
    /* margin-bottom: -5em; */
}