body {
    background: #12121c;
    color: white;
    font-family: Arial;
    text-align: center;
}
.box {
    margin-top: 100px;
}
input, button {
    padding: 10px;
    margin: 5px;
}
