body {
    background-color: rgb(29,30,38) !important;
    font-family: Arial !important;
    margin: 0;
    padding: 0;
}

.task-box {
    background-color: rgb(42,47,60);
    padding: 50px;
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
}

#close_icon {
    float: right;
    cursor: pointer;
}

#header1 {
    color: white;
    margin-bottom: 25px;
}

input.spacing {
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgb(35,39,50);
    border: 2px solid black;
    width: 100%;
    height: 40px;
    color: white;
    padding-left: 10px;
}

button#save_task {
    background-color: rgb(156,251,0);
    border: none;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
}

button#save_task:hover {
    opacity: 0.85;
}

#save_task_success {
    color: white;
    margin-top: 15px;
    text-align: center;
}

h6 {
    color: red;
    font-size: 0.8rem;
    margin-top: -5px;
    margin-bottom: 10px;
}
