/* Custom Styles */

body {
    line-height: 1.5;
    margin: auto;
    padding: 3px;
    max-width: 1024px;
    display: none;
    FONT-FAMILY: RedHatText, Overpass, overpass, helvetica, arial, sans-serif;
}

a {
    color: rgb(0, 102, 204);
    text-decoration-line: none
}

a:hover {
    text-decoration-line: underline
}

h1 {
    font-size: 200%;
    padding: 26px;
    border: 1px solid lightgrey;
    BACKGROUND: rgb(0, 41, 82);
    COLOR: WHITE
}

h2 {
    border-bottom: 1px solid grey;
    padding: 2px;
    COLOR: rgb(0, 102, 204)
}

h3 {
    margin-bottom: 0px;
}

h4 {
    /* margin-top: 0px; */
    margin-bottom: 0px;
    margin-left: 1em
}

h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2em
}

.download-btn {
    position: fixed;
    bottom: 20px;
    right: 20px; 
    background: #007bff;
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: background 0.2s ease;
    z-index: 9999;
}

.download-btn:hover {
    background: #0056b3;
}