body {
    background-color: #1e1e2e;
    color: #cdd6f4;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
}

input {
    background-color: #9399b2;
    border-color: #b4befe;
    border-style: solid;
    width: 15em;
}

.input {
    display: flex;
    flex-direction: column;
    gap: 0.2em;
}

a {
    color: #ea76cb;
}
