@charset "UTF-8";
body {
}
.container ul {
    display: flex;
    width: 80%;
    max-width: 100px;
    margin-left: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
    text-decoration: none;
}
a   {
    text-decoration: none;
    margin-left: 20px;
    padding-left: 20px;
    font-weight: bold;
    font-size: large;
    background-size: auto auto;
}
main section table {
    border-collapse: collapse;
}
section div.container   {
    display: flex;
    width: 25%;
    margin-right: 5px;
}
header {
    background-image: url(images/header.jpg);
    min-height: 350px;
    min-width: 100%;
}
body         {
    font-family: Helvetica, Arial, sans-serif;
}
form input {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
h2 {
    font-size: 1.5rem;
    text-align: center;
}
h1 {
    font-size: 2rem;
    text-align: left;
}
p {
    font-size: 1rem;
    text-align: center;
}
footer div p {
    font-size: 0.7rem;
}
a:link,a:visited   {
    background-color: #C5C5C5;
    color: #FF0004;
}
a:visited,a:active , a:focus    {
    color: #4C4C4C;
    background-color: #FFDBDB;
}
.button {
    color: #FF0005;
    background-color: #CACACA;
}
th , td {
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
