.menu--container {
    margin-bottom: 13vh;
}

.more--data {
    position: fixed;
    bottom: 11vh;
    right: 1rem;
    z-index: 99;

    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--primary--color);
    color: white;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
    text-decoration: none;
}

.oneMenu {
    transform: translateY(5%);
    margin: 1.5rem;
}
