body {
    font-family: "Stack Sans Text";
    margin-left: 16px;
    margin-right: 16px;
    padding: 16px;
    background-color: #eeeeee;
    box-shadow: 8px 8px 8px orange;
    border-radius: 8px;
}

.main {
    background-color: #dddddd;
}

.nav button {
    background-color: #cccccc;
    border-radius: 4px;
}

.nav button:hover {
    background-color: #777777;
    box-shadow: 4px 4px 4px black;
}

.itemtall{
    background-color: #eeeeee;
    border-radius: 8px;
    max-width: 302px;
    display: inline-block;
    padding: 8px;
    margin: 8px;
}

.itemwide{
    background-color: #eeeeee;
    border-radius: 8px;
    max-width: 403px;
    display: inline-block;
    padding: 8px;
    margin: 8px;
}

.itemwide:hover{
    box-shadow: 4px 4px 4px orange;
}

.itemtall:hover{
    box-shadow: 4px 4px 4px orange;
}