@import url("bundles/error-ReFZDMw.css");
@import url("components/buttons-BR6ok10.css");
@import url("components/card-l-fTXNb.css");
@import url("blocks/left-side-IDypHa5.css");
@import url("blocks/upload-card-BCOwtS2.css");
@import url("blocks/download-card-jytuTY0.css");

html {
    background: white;
}

body {
    background-image: url("images/bigupload-background-IXxOzDK.jpg");
    background-size: cover;
    background-position: center;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    margin: 0;
    height: 100vh;
}

.container {
    color: black;
    display: flex;
    height: inherit;
}

.ctn-centered {
    align-items: center;
    justify-content: center;
}

.hidden {
    display: none !important;
}

.ctn-row-reverse {
    flex-direction: row-reverse;
    align-items: center;
}

@media (max-width:960px) {
    .ctn-row-reverse {
        flex-direction: column-reverse;
        justify-content: center;
    }
}

