body {
    background-color: #f8f8f8;
    font-style: italic;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    margin: auto 0px auto 0px;
}
header {
    font-size: 13px;
    background-color: black;
    padding-top: 20px;
}
footer {
    font-size: 13px;
    background-color: black;
    color: white;
}
tr {
    height: 50px;
}
tr:nth-child(even) {
  background-color: #D6EEEE;
}
td {
    text-align: left;
    border: 1px solid grey;
}
.container {
    max-width: 90%;
    margin: 0 auto 0 auto;
}
.text-center{
    text-align: center;
}
.padding_right3 {
    padding-right: 3px;
}
.padding-right6 {
    padding-right: 5px;
}
.headerBody {
    background-color: #dbbb07;
    position: relative;
    top: -20px;
}
.donateSection {
    background-color: #e2e2e2;
}
.bottomBody {
    background-color: #dbbb07;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.colorWhite {
    color: white;
}
.upper {
    justify-content: space-between;
}
.left {
    width: 70%;
    justify-content: space-evenly;
}
.right {
    width: 20%;
    justify-content: flex-end;
}
.right > div {
    padding-right: 20px;
}
.bottom {
    align-items: center;
    justify-content: space-around;
    padding: 8px 0 10px 0;
}
.ico {
    width: 80px;
    height: 40px;
}
.bottomMenu {
    width: 70%;
    justify-content: space-between;
}
.intro > h2 {
    position: relative;
    padding-top: 30px;
}
.intro > button {
    display: block;
    height: 28px;
    width: 160px;
    margin: 0 auto 0 auto;
    border: 2px solid darkgrey;
    border-radius: 5px;
    background-color: #dbbb07;
}
.after {
    height: 30px;
}
.donateIntro {
    width: 60%;
    margin: 0 auto 0 auto;
}
.donateIntro > h2 {
    padding-top: 30px;
}
.donateBoxes {
    justify-content: center;
}
.donateBoxes > div {
    background-color: #f8f8f8;
    height: 50px;
    width: 40%;
    margin: 10px 10px 10px 10px;
    justify-content: space-evenly;
}
.bottomInfo {
    height: 40px;
    padding: 20px 0 20px 0;
    justify-content: space-evenly;
    align-items: center;
}
.bottomInfo > button {
    border: 2px solid darkgrey;
    border-radius: 5px;
    background-color: #dbbb07;
}
.bitText, .litText, .ethText, .xrpText {
    flex-direction: column;
    justify-content: center;
}
.topTen {
    text-align: left!important;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 14px;
}
.footCoins > div {
    background-color: #f8f8f8;
    border-radius: 3px;
    color: black;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 10px;
}
.footCoins > div > div > img {
    padding-top: 3px;
    padding-right: 3px;
}
.bitco, .ether, .tether, .bnb, .xrp, .solana, .usdc, .doge, .card, .tron {
    display: flex;
    align-items: center;
    padding: 3px;
}
.symbol {
    background-color: orange;
    padding: 2px;
    margin-left: 2px;
    border-radius: 3px;
}
.dominance {
    padding-left: 3px;
}
.terms {
    justify-content: space-around;
}
.leftBottom > div > a {
    padding-bottom: 2px;
}
#currencies {
    width: 59%;
    margin: 0 auto 0 auto;
}
@media only screen and (max-width: 1240px) {
    #currencies {
        width: 80%;
        margin: 0 auto 0 auto;
    }
}
@media only screen and (max-width: 911px) {
    #currencies {
        width: 90%;
        margin: 0 auto 0 auto;
    }
}
@media only screen and (max-width: 730px) {
    #currencies {
        width: 100%;
        margin: 0 auto 0 auto;
    }
}
@media only screen and (max-width: 590px) {
    #currencies {
        width: 100%;
        margin: 0 auto 0 auto;
        font-size: 10px;
    }
}
