:root {
	--swiper-navigation-size: 40px;
    --swiper-theme-color: white;
}

html,
body {
    padding: 0;
    margin: 0;
    font-family: HelveticaLtStd, Arial, sans-serif;
    background-color: black;
    color: white;
    font-size: 15px;
}

#content {
    display: flex;
    flex-direction: column;
}

svg { flex-grow: 0; flex-shrink: 0; }

a {
    color: white;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-weight: normal;
}

pre { white-space: pre-wrap; }
p { line-height: 1.5; }
h1 { font-size: 50px; }
h2 { font-size: 45px; }

@media (max-width: 768px) {
	p { font-size: 14px; line-height: 1.2; }
	h1 { font-size: 35px; }
	h2 { font-size: 25px; }
}

.youtube {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube .play-btn {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.BOLD-mc-picker .currencyList .option,
.currentCurrency .name {
    color: #555;
    font-size: 0.8rem;
}

a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}