@charset "utf-8";


* {
    margin: 0;
    padding: 0;
    border: 0;
}
li {
    list-style: none;
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit;
}

img {
    border: 0;
    width: 100%; 
    height: 100%;
}

div { width: 100%; height: 100%;}
