body {
    margin: 0;
    font-family: Arial, sans-serif;
}


main {
    max-width: 800px;
    margin: 20px auto;
    line-height: 1.6;
}

h1{
    text-align: center;
}
a:link {
    color: white;
     text-decoration: none;
}

a:visited {
    color: white;
     text-decoration: none;
}

a:hover {
    color: grey;
}

a:active {
    color: white;
     text-decoration: none;
}
.Menu {
    width: 100%;
    margin: 0;
    background-color: #000000;
    border-collapse: collapse;
}

.Menu tr {
    display: flex;
    justify-content: center;
}

.Menu td {
    padding: 12px 20px;
    text-align: center;
}


#logo {
    display: block;
    margin: 0 auto;
}
.Footer {
    width: 100%;
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 18px 0;
    line-height: 1.5;
}

.Footer a {
    display: inline-block;
    margin-bottom: 8px;
}

.Footer p {
    margin: 0;
}
