/* Container */
html {
    width: 100%;
    box-sizing: border-box !important;
    position: relative;
    overflow: visible;

}
body {
    width: 100%;
    box-sizing: inherit;
    position: relative;
    min-width: 320px;
    background-color: #fff;
}
section {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}
main {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: inline;
}

img, svg {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0;
}

input, button, textarea {
    font: inherit;
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;

}

h1,
h2,
h3,
p,
a figure,
fieldset {
    margin: 0;
}

h1,
h2,
h3,
p {
    cursor: default;
}
iframe {
    border: none;
}