﻿body {
    background-color: #eeeeee;
}

    body > .grid {
        height: 90%;
    }

.image {
    margin-top: -100px;
}

.column {
    max-width: 500px;
}

#nav-login {
    background-color: #eaf3ea;
    color: #444;
    padding: 6px 12px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 12px;
}
#itemMenu {
    flex: 1;
    margin: 0 5px;
    background-color: #eaf3ea;
    color: #444;
    text-transform: none;
    font-weight: bold;
    align-items: center;
    border: 1px solid #9bcd9b;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 12px;
}

#Footer {
    background: #002542;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}