html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}
body.overflow {
    overflow: hidden;
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

* {
    box-sizing: border-box;
    font-family: 'Century Gothic', sans-serif;
}
.flex {
    display: flex;
}
.container {
    max-width: 1315px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.box {
    background: white;
    border-radius: 12px;
}
.box.shadow {
    box-shadow: 0px 0px 10px 0px #bdbdbd;
}
.box.shadow-lite {
    box-shadow: 0px 0px 2px 0px #bdbdbd;
}
