* {
    background-color: #D9D5D2;
}
body {
    display: flex;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    flex-direction: column;
    margin: 30px;
}

main {
    display: flex;
    flex-direction: column;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}

.title p {
    font-size: 1.5em;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

h1 {
    display: flex;
    justify-content: center;
    font-weight: 800;
    font-size: 3em;
    margin: 5px;
}

section {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

section header {
    padding: 5px;
}

.generator {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

.desc {
    display: flex;
    padding: 5px;
    text-align: left;
    font-size: 1.25em;
}

.button {
    display: flex;
    flex-direction: row;
    color: #1C3059;
    border: solid 0.5px #1C3059;
    padding: none;
    align-items: center;
    background-color: #152340;
    cursor: pointer;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 0.9em;
    margin: 5px;
}

button {
    background-color: #A4A4A6;
    border: solid 0.5px black;
    color: #1C3059;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 1em;
}

.button i {
    margin: 0px 5px;
    background-color: #152340;
}

i {
    color: #A4A4A6;
    font-size: 1em;
}

footer {
    display: flex;
    flex-direction: row;
}

aside {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin:  0.75rem 0.6rem;
}

.divider {
    margin: 0px;
    border-style: dashed;
    border-width: 0.75px;
    color: #00073A;
}

a {
    color: inherit;
    text-decoration: none;
    font-style: italic;
}

a:visited {
    color: inherit;
}

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

.numbers {
    display: flex;
    flex-direction: column;
}

#num-sites {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

#num-sites h3 {
    padding: 0px;
    margin: 0px;
}

#num-sites .nums a {
    font-style: normal;
}

.hidden-text {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    height: 1px;
    margin: -1px;
}