textarea {
    resize: none;
    width: 75%;
    color: white;
    background-color: black;
    font-size: medium;
}

body {
    display: grid;
    justify-items: center;
    color: white;
    background-color: black;
    font-size: large;
}

span {
    align-self: self-end;
    justify-self: center;
}