@charset "utf-8";

html,body,h1,h2,h3,h4,h5,ul,li{
    margin: 0;
    padding: 0;
    line-height: 1.0;   
    font-size: 16px; 
    letter-spacing: 3px;
}

a{
    text-decoration: none;
    color: inherit;
}
ul{
    list-style: none;
}
img{
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}