html {
    scroll-behavior: smooth;
}

.footer {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(196, 137, 255);
}

.header {
    background: rgb(196, 113, 255);
    font-family: monospace;
}

p {
    display: flex;
    justify-content: center;
}

.error {
    color: red;
    font-size: 0.8em;
}

input {
    padding: 10px 20px;
    border-radius: 10px;
}

.submit:hover {
    color: greenyellow;
}