* {
    box-sizing: border-box;
}

.logo {
    color: white;
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
}

.logo center img:hover {
    width: 300px;
    height: 300px;
    transition-duration: 2s;
}

body {
    background: url(mainBackground.png);
    background-size: auto;
    background-position: center;
    font-family: 'Times New Roman', Times, serif;
    color: white;
    margin: 0;
    padding: 0;
}

.menu-bar {
    background-color: rgb(87, 67, 50);
    text-align: center;
    float: inline-end;
    font-size: larger;
}

.menu-bar ul {
    display: inline-flex;
    list-style: none;
}

.menu-bar ul li {
    width: 120px;
    margin: 2px;
    padding: 5px;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
}

.menu-bar ul li a {
    text-decoration: none;
    color: white;
}

.menu-bar ul li:hover {
    background-color: rgb(114, 77, 46);
    border-radius: 3px;
}

.cat {
    width: 900px;
    height: 500px;
    margin-top: 50px;
    display: flex;
    margin: 30px;
}

.items {
    margin: 10px;
    width: 300px;
    height: 450px;
    box-shadow: -1px 0 10px black;
}

footer {
    text-align: center;
    padding: 3px;
    box-shadow: -1px 0 10px black;
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 170px;
    padding-bottom: 10px;
}

.wrapper {
    height: 20px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: black;
    border-radius: 12px;
    cursor: pointer;
}

.wrapper span {
    width: 100%;
    font-weight: 600;
}

.wrapper span.num {
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.wrapper span.numH {
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.wrapper span.numS {
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.wrapper span.numJJ {
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.wrapper span.numW {
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.wrapper span.numB {
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.form {
    margin: 20px;
}