body{
    /* margin-top: 40px; */
    padding: 5px;
    text-align: center;
    font-size: 24px;
    background-color: #242322;
    color:#d0d8e0;
}
input{
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: 2px solid #d0d8e0;
    color:#d0d8e0;
    font-size: 24px;
    font-size: 24px;

}

footer {
    gap:0px;
    font-size: 15px;
    /* bottom: 10px; */
    margin-top:  400px;
    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;
}