.scene-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.anchor {
    position: absolute;
    font-size: 4rem;
    padding: 0 3rem;
}

.titulo {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    height: 45rem;
    font-size: 100px;
}
