* {
    color: rgb(54, 54, 160);
    background-color: white;
}

p {
    font-family: 'Kanit', sans-serif;
    color: rgb(54, 54, 160);
    font-size: 120%;
    margin: 1% 1%;
    padding: 1% 1%;
    line-height: 1.5;
}

header {
    height: 10%;
    width: 100%;
    border-radius: 20px;
    background-color: lightskyblue;
}

p.disclaimer {
    font-family: 'IBM Plex Sans', sans-serif;
    color: black;
    text-align: center;
    width: auto;
    padding: 1% 1%;
    font-size: 100%;
    line-height: 1.5;
}

footer {
    height: 10%;
    width: 100%;
    padding: 1% 0%;
    border-radius: 20px;
    background-color: lightskyblue;
}

h1.page-title {
    width: 100%;
    height: 80%;
    padding: 1% 0%;
    background-color: lightskyblue;
    text-align: center;
    color: darkblue;
    font-size: 200%;
    font-family: 'Pontano Sans', sans-serif;
}

h2.state {
    width: 100%;
    height: 80%;
    padding: 1% 0%;
    background-color: lightskyblue;
    text-align: center;
    color: darkblue;
    font-size: 180%;
    font-family: 'Pontano Sans', sans-serif;
}

nav {
    text-align: center;
    width: 100%;
    border-radius: 20px;
    height: 15%;
    padding: 1% 0%;
    background-color: lightskyblue;
    font-family: 'Kanit', sans-serif;
}

a.nav:link,
a.nav:visited {
    background-color: lightskyblue;
    color: black;
    font-size: 105%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0.5%;
    padding-bottom: 1%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a.nav:hover,
a.nav:active {
    background-color: blue;
    color: white;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    border-radius: 10px;
}

a.footer {
    font-family: 'IBM Plex Sans', sans-serif;
    color: black;
    background-color: lightskyblue;
    text-align: center;
    font-size: 100%;
    height: 10%;
    width: 100%;
    padding: 1% 0%;
    line-height: 1.5;
}

a.state {
    font-family: 'Kanit', sans-serif;
    color: rgb(54, 54, 160);
    font-size: 120%;
    margin: 1% 1%;
    line-height: 1.5;
    text-align: center;
    display: list-item;
}


p.info {
    font-family: 'Kanit', sans-serif;
    color: rgb(54, 54, 160);
    font-size: 120%;
    margin: 1% 1%;
    padding: 1% 1%;
    line-height: 1.5;
    text-align: center;
}

p.list {
    font-family: 'Kanit', sans-serif;
    color: rgb(54, 54, 160);
    font-size: 120%;
    margin: 1% 5%;
    padding: 1% 1%;
    line-height: 1.5;
}

blockquote {
    font-family: 'Kanit', sans-serif;
    color: rgb(54, 54, 160);
    font-size: 110%;
    margin: 1% 3.5%;
    padding: .5%;
}

th,
td {
    border: 1px solid black;
    
}

table {
    padding: 2.5%;
    width: 100%;
}

th {
    font-family: 'Kanit', sans-serif;
    color: rgb(54, 54, 160);
    font-size: 120%;
    padding-top: .5%;
    padding-bottom: .5%;
    line-height: 1.5;
    text-align: center;
    width: fit-content;
    border-style: groove;
}

td {
    font-family: 'Kanit', sans-serif;
    color: rgb(54, 54, 160);
    font-size: 92%;
    line-height: 1.7;
    text-align: center;
    padding: 0.2%;
    width: fit-content;
    border-style: double;
}