body {
    color: black;
    background-color: beige;
}

label {
    background-color: lightblue;
    height: 50px;
    display:block;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

input {
    width: 200px;
    text-align: center;
}

textarea {
   width: 200px;
   text-align: center;
}

#the {
    width: 1468px;
}

body {
    border: solid black;
    width: 1463px;
}

p {
    display: flex;
    justify-content: center;
    margin: 5px;
}

form {
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
    align-items: center;
    justify-content: center;
}