body {
    background-color: darkgray
    
}
article h1 {
   text-align: center;
    color: darkkhaki;
    font-size: 35px;
    
}
article h2 {
    font-size: 25px;
    color: currentColor
}
.rejestr {
    text-align: center
}

