body {
    background: linear-gradient(10deg,#23006e 0%, #7df2ff 80%);
    background-size: 300% 500%;
}
form {
    text-align: center;
}
h1 {
    text-align: center;
}
h1 a {
    text-decoration: none;
    color: white;
}
h2 {
    text-align: center;
    color: red;
}
div a,
div img:not(.page){
    color : rgba(0, 0, 0, 0);
    opacity: 0; 
}