body {
overflow-y: hidden; /* Hide vertical scrollbar */
overflow-x: hidden; /* Hide horizontal scrollbar */
font-family: "Lucida Console", sans-serif;
display: flex;
flex: auto; 
justify-content: space-evenly;
}
html, body {
    margin: 0;
    height: 100%;
}
a {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
#link
{
    text-decoration: underline;
}
