body {
    background-color: brown;
}
h1 {
color: magenta;
font-family: cursive;
font-size: 50px;
text-align: center;
padding-top: 350px;
}
footer {
color: white;
font-size: 15px;
text-align: center;
padding-top: 335px;
}
#Chibre {
    background-color: blue;
    color: white;
    font-family: monospace;
    text-decoration: none;
    margin: 400px;
    text-align: center;
}