body {
     background-color: 636363;
}
h1 {
     color: black;
     text-shadow: 0px 1px 0px white, 0px 1px 0px black;
}
p {
     color: black;
}
a {
     text-decoration: none;
     color: blue;
}
a:hover {
     text-decoration: underline;
     color: red;
}
#redirection {
     color: black;
     text-shadow: 1px 2px 1px white, 0px 1px 0px black;
     text-align: center;
     text-decoration: none;
}


