html, body {
    font-family: 'Inter', serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    background: #222527;
}

h1, h2, h5, h6 {
    font-weight: 900;
}

h1 > span, h2 {
    font-size: 50px;
    font-family: 'Rubik', serif;
}

h6 {
    font-size: 30px;
}

p {
    color: #85929E;
    line-height: 2;
}

.footer-line {
    color: #85929E;
    font-size: 15px;
    text-decoration: underline dashed;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

iframe {
    width: 100%;
}

.main-button {
    height: 100px;
    font-weight: 900;
    background: linear-gradient(to right, #EC99E5, #5C62F9);
    border-radius: 20px;
    outline: 0;
    border: 0;
    align-items: center;
    justify-content: center;
}

.link-button {
    padding: 10px;
    min-width: 150px;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: #FFFFFF;
    background-color: #1E88E5;
    border-radius: 10px;
    outline: 0;
    border: 0;
}

.container {
    padding: 0 100px;
    width: 100%;
    max-width: 1920px;
}

.color-blue {
    color: #1E88E5;
}

.color-red {
    color: #E53935;
}

.color-green {
    color: #43A047;
}

.color-line {
    border-color: #2A2E30 !important;
}

.color-background {
    background-color: #222527;
}

.line {
    width: 100%;
    height: 4px;
    background-color: #2A2E30;
    border-radius: 100px;
}

.linear {
    height: 20px;
    background: linear-gradient(to right, #EC99E5, #5C62F9);
    border-radius: 1000px;
}

.text-linear {
    background: linear-gradient(to right, #EC99E5, #5C62F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shadow {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08) !important;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #5E6265;
    border-radius: 100px;
}

.video {
    display: flex;
    position: relative;
}

.video > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video > img {
    width: 100%;
    height: auto;
}

@media (max-width: 700px) {
    .button-1 {
        width: 100%;
    }

    .container {
        padding: 0 30px;
    }
}

@media (max-width: 1100px) {
    .button-2 {
        width: 100%;
    }

    .container{
        max-width: 960px;
    }
}