body {
    text-align: center;
}

h1 {
    font-size: 40px;
    color: black;
    margin-bottom:50px;
}

.container {
    background-color: orange;
    width: 45%;
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
}
.tarea {
    margin-bottom: 20px;
    width: 80%;
}

.questions {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

.input {
    width: 100%;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 10px;
    background: rgba(0, 0, 255, .50);
    padding-left: calc(1rem * 3.5);
    outline: none;
}

.date {
    text-align: center;
    width : 50%;
    margin: 0 auto;
}

.heure {
    text-align: center;
    width : 40%;
    margin: 0 auto;
}

.buttonAddEvent {
    font-size: 19px;
    background-color: Black;
    color: White;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 2rem;
    width: 50%;
    border: none;
    padding: 1rem 1rem;
}

.buttonAddEvent:hover {
    background-color: rgba(0, 0, 0, .6);
    transition: background .2s;
}

.buttonRetour {
    font-size: 10px;
    background-color: Black;
    color: White;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 1rem;
    width: 30%;
    border: none;
    padding: 1rem 1.5rem;
}

.buttonRetour:hover {
    background-color: rgba(0, 0, 0, .6);
    transition: background .2s;
}