body {
    text-align: center; /* Center text inside body */
    background-color: pink;
}

h1 {
    color: #3B429F; /* Make h1 text red */
}

p {
    color:rgb(209, 11, 176);

}
button{

    background-color: blue;
    
}
#login {
    color: white;
}
.regis{
    color: blanchedalmond;
}