*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.nav{
    position: fixed;
    top: 0;
    right: 0;
}
.besoverseMenu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-items: start;
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
    
    /* justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef; */
}
.besoverseMenu .image{
    max-height: 100vh;
    width: auto;
    margin-right:10px;
    border: 1px solid #e1e1e1;
    box-shadow: 20px 10px 4px rgba(0, 0, 0, 0.1);
}