html {
    background-color: #101530;
}
body {
    font-family: 'Inter', sans-serif;
    background-image: url(./img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.main {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    min-height: 100vh;
    max-width: 800px;
    color: #FBEEB7;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 30px;
}
.logo {
    margin-top: 40px;
    margin-bottom: 30px;
}
.subtitle {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.buttons a {
    width: 280px;
    max-width: 100%;
    color: #212121;
    background: #FBEEB7;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    text-decoration: none;
}
.buttons a svg {
    fill: "#212121";
    margin-right: 5px;
    margin-bottom: -1px;
}
.chart {
    margin-bottom: 40px;
}
.chart .tradingview-widget-copyright,
.chart .tv-widget-chart__copyrightingContainer {
    display: none !important;
}
.footer {
    padding: 0 30px;
}

.foot-slogan {
    font-size: 20px;
    font-weight: bold;
    color: #F8DABF;
}
.foot-copyright {
    opacity: 60%;
    font-size: 12px;
    font-weight: 300;
    margin: 40px 0;
}