html {
    overflow-x:hidden;
}
body {
    background-color: #493468;
    overflow-x:hidden;
}
.absolute-container {
    left: 50%;
    transform: translateX(-50%);
}
.vertical-center {
    top: 50%;
    transform: translateY(-50%);
}
.absolute-container.vertical-center {
    transform: translate(-50%, -50%);
}


/* Extra-Small devices (phones, up to 576px) */
@media (max-width: 575.98px) { .container { max-width: 576px; }}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { .container { max-width: 768px; }}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { .container { max-width: 992px; } }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { .container { max-width: 1200px }}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }