body{
    background: linear-gradient(90deg, rgb(0, 112, 0), rgb(20, 226, 20), rgb(20, 226, 20), rgb(0, 112, 0));
    font-family: sans-serif;
    padding: 20px;
    text-align: center;
    color: white;
}
h2 {
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 75px;
}
hr {
    height: 3.5px;
    background-color: white;
}
a {
    color: white;
}
a:visited {
    color: white;
}
a:hover.home {
    color: rgb(25, 25, 255);
}
th {
    padding-left: 50px;
    padding-right: 50px;
    border: solid 1px white;
}
table {
    margin: auto;
}
td {
    border: solid 1px white;
}
ul {
    list-style-type: none;
    padding-right: 40px;
}