.entrance {
    min-height: calc(100vh - var(--navbar-size));
    position: relative;
}

.entrance::before {
    content: "";
    position: absolute;
    width: 100%;
    min-height: calc(100%);
    top: 0;
    left: 0;
    z-index: -1;
    background:
        linear-gradient(225deg, rgba(2, 0, 36, 0.5) 0%, rgba(89, 89, 89, 0.5) 100%),
        url("../images/mensure-tileable.webp") 0 0 repeat;
    bottom: 0;
    right: 0;
}

.entrance-title {
    font-weight: 700;
    font-size: clamp(1.5rem, 5vw, 3.5rem);
}

.entrance-text {
    font-weight: 600;
    font-size: 1.1rem;
}

.entrance-footer {
    font-weight: 600;
    font-size: 1.3rem;
}
