.menu {
    text-align: left;
}


.menu a {
    text-decoration: none;
}

.menu > p {
    text-align: left;
    margin: 4em 0 0 0.3em;
    color: white;
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.2em #000;
}

.menu_item {
    font-size: 1.5em;
    font-weight: bold;
    color: #142200;
    text-shadow: 0.1em 0.1em 0.5em white;
    background-color: #fafff88c;
    padding: 10px;
    margin-bottom: 15px;
}

.menu_item:hover {
    background-color: #142200;
    color: white;
}

.menu_item_accounts {
    border-top: 1px solid black;
    font-size: 0.8em;
    margin: 0 0 100px 0;
}

.menu_item_accounts > p {
    font-size: 1.1em;
    text-align: right;
}
