* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

img,
object,
embed,
video {
    max-width: 100%;
    height: auto;
}

a:hover {
    text-decoration: none;
}

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

ul {
    list-style: none;
}