@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;  /* Smooth animation on anchor clicks */
}

body {
    background: #ffffff;
    color: #10183a;
    font: normal 18px/1.5 "Inter", serif;
}

body {
    padding: 30px;
    padding-bottom: 0px;
    overflow-x: hidden;
}

body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

.everything {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

h1 {
    text-transform: uppercase;
    color: #10183a;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 25px;
}

h2 {
    color: #10183a;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 22px;
}

h3 {
    color: #10183a;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 20px;
}

p {
    margin-top: 12px;
    margin-bottom: 12px;
}

.p-indented {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 42px;
    line-height: 1.3;
}

ul {
    list-style-type: none;
    margin-left: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #0000FF;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: underline double;
    color: #0000FF;
}

li {
    color: #10183a;
    margin-bottom: 2px;
}

.good {
    color: #0000FF;
}

.greenish {
    color: #AAEEAA;
}

.brownish {
    color: #EECCAA;
}

.section {
    margin-top: 26px;
    font-weight: bold;
}

.drop {
    margin-bottom: 18px;
}

.section-content {
    color: #10183a;
    font-size: 16px;
    margin-bottom: 22px;
}

hr {
    border: none;
    border-top: 3px solid #0000FF;
    margin-top: 26px;
    margin-bottom: 26px;
}

footer {
    text-align: center;
}

/* Add a media query to disable max-width for mobile and smaller screens */
@media screen and (max-width: 600px) {
    .everything {
        position: relative;
        margin: 0 auto;
        max-width: 100%;
    }
}
