body {
    margin: 8px;
}

p {
    font-size: 1em;
    color: black;
    line-height: 1.5;
}

h1, h2, h3 {
    font-weight: bold;
}

a {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
    color: darkblue;
}

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

a.links:hover {
    text-decoration: none;
}

button {
    padding: 5px 10px;
    border: 1px solid black;
    background-color: white;
    color: black;
    cursor: pointer;
}

button:hover {
    background-color: lightgray;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}
