/*Basics */
body {
    align-content: center;
    background-color: orange;
    text-color: darkblue;
    text-align: center;
    background-image: none;
    font-family: "Comic Sans MS";
}

h1, h2, h3 {
    text-align: center;
    color: navy;
    font: bold xx-large "Comic Sans MS";
}
a {
    color: yellow;
    text-decoration: underline;
}

a:hover {
    #font-weight: bold;
       color: purple;
}
table {
  width: 80%;
    table-align: center;
    text-align: center;
    font-family: "Comic Sans MS"
    height: auto;
    margin: 20px;
    padding: 3px;
    position: relative;
    border: 2px solid darkblue;
    top: 20px;
    right: 20px;
    left: 20px;
    bottom: 20px;
}

main {
    color: navy;
    text-align: center;
    background: orange scroll;
    text-shadow: blue 1px 1px 0;
    list-style-type: square;
    list-style-position: outside;
    font: large "Comic Sans MS";
}
tr {
    background-color: #DF7401;
    color: #000;
}

tr:nth-child(odd) {
    background-color: #FE9A2E;
}
