HTML,
body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    background: #ffffff;
    color: #222222;
}

.green {
    color: #008000;
}

.grey {
    color: #808080;
}

.red {
    color: #FF0000;
}

.amber {
    color: #FFB000;
}

.blue {
    color: #008888;
}

input[type=email] {
    width: 500px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 10px;

}

.button {
    border-radius: 10px;
    font-size: 2 rem;
    background-color: #000000;
    color: #ffffff;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.button:hover {
    text-decoration: none;
}

.socials:hover {
    text-decoration: none;
    font-weight: bold;
}

.disabled-button {
    background-color: #808080;
    color: #ffffff;
    padding: 20px;
}

div.page-title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #EEEEEE;
}

div.page-subtitle {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #EEEEEE;
}

.title-style {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
}

.sub-title-style {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
}

.mission-style {
    font-size: 1.15rem;
    font-style: italic;
    text-align: center;
    line-height: 1.5;
    color: #DDDDDD;
}

.highlight-style {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.25;
    color: #888888;
}

.comment-title-style {
    font-size: 0.75rem;
    font-style: italic;
    text-align: center;
    margin-bottom: 5px;
}

.token-title-style {
    font-size: 0.78rem;
    font-style: italic;
    text-align: center;
    margin: 15px 0;
}

.text-style {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.5;
    padding: 0px 20px;
    margin-bottom: 5px;
}

.image-style {
    
    text-align: center;
    line-height: 1.5;
    padding: 0px 0px;
    margin-bottom: 5px;
}

.teal-text-style {
    color: #FFFFFF; 
}

.justify {
    text-align: justify;
}

.block-text-style {
    text-align: justify;
    line-height: 1.3;
}

/* 
.button-style {
    text-align: center;
    margin: 20px;
    font-size: 0.8rem;
} */

.bot-style {
    text-align: justify;
    line-height: 1.5;
    font-size: 0.65rem;
}

.list ul {
    list-style: none;
    margin-top: 0;
}

.list li {
    padding: 0px;
}

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

a:hover {
    color: blue;
}

/* Cell specific */
.active-bots {
    min-height: 100px;
    max-height: 250px;
    overflow: auto;
}

.socials {
    margin: 5px;
}

span.disable-links {
    pointer-events: none;
}

.coin {
    background-image: url('images/coinlogo.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.focus-row {
    background-image: url('images/map.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.alt-row {
    background-image: linear-gradient(rgb(25, 22, 84), rgb(67, 198, 172));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.teal-row {
    background-color: rgb(67,198,172);
    color: #FFFFFF;
}

.wordmark {
    width: 400px;
    height: 80px;
}

.snapshot {
    width: 300px;
    height: 500px;
}

/* Layout */
div.title-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 125px;
    margin-bottom: 10px;
    padding: 0 10px;
}

div.title-item {
    flex: 0 1 auto;
    align-self: center;
}

div.body-row-container {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 40px;
    padding: 40px 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    row-gap: 20px;
    column-gap: 150px;
    min-height: 250px;
}

div.body-col-container {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 40px;
    padding: 40px 0;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    row-gap: 20px;
    column-gap: 40px;
}

div.body-item {
    flex: 0 1 auto;
    align-self: center;
}

div.body-item-text {
    flex: 0 1 auto;
    align-self: center;
    width: 90%;
}

div.body-row-item-half {
    flex: 0 1 40%;
    align-self: flex-start;
}

div.body-row-item-third {
    flex: 0 1 25%;
    align-self: flex-start;
}

div.body-row-item-two-third {
    flex: 0 1 50%;
    align-self: flex-start;
}

div.body-row-item-quarter {
    flex: 0 1 18%;
    align-self: flex-start;
}

div.body-row-item {
    flex: 0 1 auto;
    align-self: center;
}

div.body-full-row-item {
    flex: 1 1 auto;
}

div.footer-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    font-size: 1rem;
    min-height: 100px;
    padding-top: 5px;
    color: #CCCCCC;
    background-color: rgb(25, 22, 84);
}