.menu {
    width: 100vw;
    height: 70px;
    background-image: url(/public/assets/imgs/page_home/menu_back.svg);
}

.menu_back {
    position: absolute;
    z-index: 1;
}

.menu_content {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: space-between;
    margin: 0 1rem;
}

.menu_content a,
.menu_content p {
    color: #fff;
    font-family: "MonomaniacOne";
    text-decoration: none;
}

.menu_sub_content {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    margin-bottom: 1rem;
}