.footer-wrapper,
#main-menu {
    display: none;
}

.error-wrapper {
    padding: 100px 10px 10px;
    width: 100vw;
    height: 100vh;
    display: flex;
}

.self {
    position: relative;
    color: #050505;
    font-family: Manrope, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
    text-transform: uppercase;

    span {
        text-transform: lowercase!important;
    }

    p {
        margin: 0;
        position: absolute;
        right: 0;
        top: 10px;
        color: #999;
        font-family: Manrope, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }

    button {
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 10px;
        font-size: 16px;
    }

}

video {
    display: inline-block;
    height: 50vh;
    aspect-ratio: 1;
    object-fit: contain;
}
