body {
    margin-left: 2em;
    background-color: black;
    display: flex;
    flex-direction: column;
    text-align: center;
}

h1 {
    font-family: Dolce Vita;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 9px;
    color: white;
}

h3 {
    font-family: Dolce Vita;
    letter-spacing: 5px;
    color: white;
}

.header {
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: center;
    justify-content: center;
}

.coinmarketcap-currency-widget {
    align-self: center;
    width: 60vw;
    color: white;
}

.sale {
    font-family: Dolce Vita;
    letter-spacing: 9px;
    color: rgb(82, 191, 181);
    font-size: 25px;
    font-weight: 600;
    margin-top: 1em;
}
