html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

body {
    font-size: 12px;

}



img {
    vertical-align: top;
}

#app {
    height: 100%;
    width: 100%
}


body {
    height: 100%;
    width: 100%
}

html{
    height: 100%;
    width: 100%
}