@import url(varible.css);
@import url(blocks/header.css);
@import url(blocks/main.css);
@import url(blocks/footer.css);

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    top: 0 !important;
    background: #E3E3E3;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}

.skiptranslate {
    display: none;
    height: 0;
}

.wrapper, .wrapper__content {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.wrapper__content {
    max-width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}