@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: rgba(0,0,0,0.8);
}

html {
    overflow-y: scroll;
}

body {
    position: relative;
    min-width: 300px;
    min-height: 100vh;
    font-size: 1em;
    -webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6,p {
    font-size: 1em;
    font-weight: normal;
}

ul {
    list-style: none;
}

img,iframe {
   vertical-align: bottom;
}

a {
    text-decoration: none;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

address {
    font-style: normal;
}