textarea {
    position: relative;
    left: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 70%;
    border-color: #38A9FF;
    outline: none;
    border-radius: 5px;
}

input {
    position: relative;
    left: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    width: 70%;
    border-color: #38A9FF;
    outline: #38A9FF;
    border-radius: 5px;
}

input.agregar {
    color: white;
    font: 13xp;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #38A9FF;
    padding: 14px;
    border: 0ch;
    width: 70%;
    max-width: 100%;
    border-radius: 5px;
}

input.agregar:active {
    background-color: #235072;
}

input.button:active {
    background-color: #235072;
}

img.fecha {
    float: calc(+35%);
}

div.titulo {
    left: 15%;
    position: relative;
}

select.tipo {
    position: relative;
    left: 15%;
    width: 30%;
}

h5 {
    color: #235072;
}

input.agregar:hover {
    background-color: #235072;
    cursor: pointer;
}

input.agregar:active {
    background-color: #235072;
    transform: scale(1.3);
}