body {background-color: #CC6633;
}
#button {font-size: 30px; background-color:olive; border-radius: 10px;
box-shadow: 5px 10px; 
}
a:link {color:white;
}
a:active {color:gray;
}
a:visited {color:blue;
}
a:hover {color:yellow;
background-color:maroon;
}
#title {text-align: center;
}
