.home{
    width: 100vw;
    height: 91.8vh;
    overflow: hidden;
}
.logoNexxHome{
    width: 12rem;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}