Body
{
    background-color: #f1f1f1;
}

.Title
{
    color: #000000;
    text-align: center;
}

.Taskbar
{
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    background-color: #00802b;
}

.Taskbar a
{
    float: left;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    color: #f1f1f1;
    text-align: center;
    padding: 12px 28px;
    text-decoration: none;
}

.Taskbar img
{
    float: left;
    display: block;
    text-align: left;
    padding: 12px 28px;
    height: 80px;
    width: auto;
}

.Taskbar a:hover
{
    background-color: #206035;
}

.Center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
