.container {
    background: var(--secondary-color);
    height: 100vh;
    overflow: hidden;
}

.wrapper {
    color: white;
}


.scrollWithTransform {
    max-width: 1330px;
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
}

.wrapper .scroll {
    position: fixed;
    top: 70%;
    right: -1.5rem;
    opacity: 1;
    align-items: center;
}

.wrapper .scroll>span:first-of-type {
    padding-right: 3rem;
}

.single-post-handler-error.error-handler-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media(max-width: 1400px) {
    .scrollWith {
        max-width: 1000px;
    }
}

@media(max-width: 1280px) {
    .wrapper {
        background: var(--secondary-color);
    }

    .container {
        overflow: unset;
        height: unset;
        width: 100%;
        min-height: 100vh;
    }
}

@media(max-width:768px) {
    .scrollWith {
        width: 75%;
    }
}