p{
    text-align: center;
    color: rgb(0, 0, 0);
}
footer{
    position: relative;
    bottom: 0;
}
body{
    background-size:auto;
    
}
header{
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    background-color: rgb(0, 0, 0);

}
footer{
    background-color:rgb(0, 0, 0) ;
}
footer p{
    color: rgb(255, 255, 255);
}
.error {
    color: red;
    font-size: 0.9rem;
    margin-top: -1rem;
    margin-bottom: 1rem;
}