


.menu1 {
    padding: 0px;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    align-items: center;
    font-family: 'Play', sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #00008B;
    text-decoration: none;
    text-align: center;
}

.menu1 a {
    display: flex;
    align-items: center;
    font-family: 'Play', sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #00008B;
    text-decoration: none;
    text-align: center;
}

.menu1 img {
    width: 20px;
    height: 20px;
}

.menu2 {
    padding: 0px;
    display: flex;
    gap: 10px;
    padding: 2px 0 0 0;
    flex-wrap: nowrap;
    align-items: center;
    font-family: 'Play', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.menu2 a {
    display: flex;
    align-items: center;

    font-family: 'Play', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.menu2 img {
    width: 10px;
    height: 10px;
}


.menu3 {
    padding: 0px;
    display: flex;
    gap: 10px;
    padding: 2px 0 0 0;
    flex-wrap: nowrap;
    align-items: center;
    font-family: 'Play', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #e3be72;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.menu3 a {
    display: flex;
    align-items: center;

    font-family: 'Play', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #e3be72;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.menu3 img {
    width: 10px;
    height: 10px;
}







