body {
    background-color: rgb(1, 56, 52) !important;

}

#parent {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.inpstyle {
    height: 70px;
    border-radius: 5px;
    border: 1px solid yellowgreen;
    padding: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 25px;
}

.my-btn {
    height: 72px;
}

.todostyle {
    background-color: rgb(14, 15, 43);
    height: 150px;
    width: 90%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    justify-self: center;
    align-items: center;
    color: rgb(45, 203, 231);
    font-size: 40px;
    font-weight: 600;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.my-btn2 {
    height: 72px;
}