/* Place your CSS styles in this file */

h1 {
    text-align: center;
}
a {
    color: black;
    text-decoration: none;
}
div {
    text-align: center;
    font-size: 200%;
}
ul {
    display: inline-block;
    text-align: left;
}
b {
    font-size: 1000%;
}