/* Basic Styles (these are the default values for HTML tags) ========= */
html {
    scroll-behavior: smooth;
}
body {
    font-family: Roboto ,"Helvetica Neue", Arial, sans-serif;
    background: white;
    font-size: 12pt;
}

h1,h2,h3,h4,h5,h6 {
    color: #063;
    font-weight: bold;
    padding: 2px;
}

h1 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2.0em;
}
h2 {
    font-size: 1.4rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
h3 {
    font-size: 1.3rem;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    text-align: center;
}
h4 {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
h5 {
    font-size: 1.0rem;
    margin-top: 0.7rem;
    margin-bottom: 0;
}
h6 {
    font-size: 0.85rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 1rem;
    color: black;
    font-weight: normal;
}
p {
    font-size: 1.0rem;
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
}
li {
    font-size: 0.85rem;
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
}
a {
    text-decoration: none;
    color: #075C75;
    white-space: wrap;
    font-weight: bold;
    font-size: 1.1rem;
}
a:hover {
    text-decoration: underline;
}

input {
    font-family: sans-serif;
    font-size: 1.3em;
    padding: 3px 12px 3px 12px; /* Correct syntax */
}
