body {
 color: black;
 background: skyblue;
}
a {
 text-decoration: none;
}
h1 {
 text-align: center;
 border-style: groove;
 border-width: thick;
 border-color: gray;
}
