body {
    font-family: 'Oswald', sans-serif;
    background-image: url("../images/pattern.png");
    background-color: #ffffff;
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

a, a:hover {
    color: #00573d;
    text-decoration: none;
}

.logo {
    border-top: 10px solid #00573d;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.logo img {
    margin-top: -2px;
}

.menu-wrapper {
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: 400px;
}

.menu-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    border: 1px solid #c6a34a;
    padding: 0;
    margin: 15px 0;
    border-radius: 50px;
    color: #c6a34a;
    font-size: 20px;
    letter-spacing: 2px;
}

.menu-name {
    margin-left: 30px;
    padding: 15px 0;
}

.menu-number {
    margin-right: 6px;
    background-color: #00573d;
    width:50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
}

a:hover > .menu-number {
    color: #00573d;
    background-color: #c6a34a;
}
