body {
    text-align: center;
    font-size: 20px;
    padding: 0.5rem;
    /* height: 50%; */
    background-color: #232323;
    color: #fff;

}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    /* flex-grow: 1; */

}

input[type="text"],
input[type="number"] {
    width: calc(- 20px);
    height: 20px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 1rem;
    border-radius: 5px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    outline: none;
    line-height: 2;
    text-align: center;
}

input[type="checkbox"] {
    vertical-align: middle;
    cursor: pointer;

}

button {
    margin: 40px;
    padding: 5px;
    width: 200px;
    height: 40px;
    background-color: #232323;
    color: #fff;
    border: #fff solid 1px;
    cursor: pointer;
    border-radius: 0.5rem;
}

button:hover {
    background-color: rgba(29, 123, 15, 0.571);
}

footer {
    gap:0px;
    font-size: 15px;
    /* bottom: 10px; */
    margin-top:  270px;
    text-align: center;
    line-height: 0.5;
    padding: 0;
    /* font-size: 5px; */
}
footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    color: rgb(38, 190, 190);
    text-decoration: underline;
}
footer p span {
    color: red;
}