* {
    background-color: hwb(271 71% 1%);
}

ul {
    font-family: sans-serif(bold);
    font-size: 120%;
    width: 300px;
    height: 700px;
    border: 3px groove rgb(104, 48, 141);
    background: rgb(145, 107, 163);
    padding: 15px 15px 0px 15px;
    margin: 10px;
    text-align: center;
    position: relative;
    left: 70%;
    top: 150px
}

.datos {
    font-family: sans-serif(bold);
    font-size: 120%;
    width: 50px;
    height: 50px;
    border: 3px groove rgb(104, 48, 141);
    background: rgb(206, 209, 212);
    padding: 15px 15px 0px 15px;
    margin: 10px;
    text-align: center;
    position: relative;
    left: 90px
}

textarea[name="user-input"] {
    width: 700px;
    height: 400px;
    border: 3px groove black;
    position: fixed;
    left: 200px;
    top: 200px;
}

#reset-button {
    width: 100px;
    height: 30px;
    position: fixed;
    left: 1000px;
    top: 580px
}

header {
    font-family: sans-serif(bold);
    font-size: 120%;
    position: absolute;
    left: 45%;
}

footer {
    position: absolute;
}