@import url("reset.css");

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    height: 100%;
    font-family: Verdana, Arial, sans-serif;
}

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