body {
    background-color: #090B56;
    background: radial-gradient(91.95% 92.32% at 54.64% 111.61%, rgba(25, 211, 197, 0.3) 0%, rgba(9, 11, 86, 0.3) 100%), radial-gradient(100% 100% at 16.07% 12.68%, #090B56 0%, #090B56 36.8%, #171CD6 100%);
    background-attachment: fixed;
}

a {
    color: #19D3C5;
}

a:visited {
    color: #00AC97;
}

a:hover {
    color: #76E0D7;
}

.white-text {
    color: #ffffff;
}

.smaller-text {
    font-size: 0.9em;
}

.color-gray-2 {
    color: #666666;
}

.color-white-2 {
    color: rgba(255, 255, 255, 0.75);
}

.card-transparent {
    background: rgba(255, 255, 255, .20);
    border-top: 8px solid #19D3C5;
    height: 100%;
}

.card-value-full {
    width: 100%;
}

.learn-more-button {
    border-color: #19D3C5;
    color: #19D3C5;
}

.learn-more-button:hover {
    background: #19D3C5;
    border-color: #19D3C5;
}

