html {
    margin-top: 0;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
    margin: 0;
    color: #000;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}

a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
}

h1,
h2,
h3,
p,
ul,
li {
    color: #000;
}
