*
{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
body
{
    margin: 0;
    padding: 0;
}
#container
{
    margin: 10px auto; 
    display: flex;
    flex-direction: column;
    opacity: 0.9;
}
header
{
    background-color: white;
}
#headerTitle
{
    color: white;
    text-align: center;
}
nav
{
    background-color: rgb(191, 216, 198);
    /*padding: 10px;*/
}
main 
{
    margin-top: 50px;
    flex: 1;
    overflow: auto;
    text-align: center;
}
footer
{
    background-color: teal;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
button
{
    /*width: 50px;*/
    cursor: pointer;
}
a{
    text-decoration: none;
    color: white;
}
#name{
    width:30%;
    margin: 10px;
}