/* Global settings */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

body{
    overflow-x: hidden;
    background-color: var(--Platonic);
    height: 100vh;
}

:root {
    --Platonic: #F5F5F5;
    --Tło: #171940;
    --Napisy_główne: #171940;
    --Napisy: #D9B97E;
    --Tekst: #1D1918;
}

/* Third section */

.third-section-container {
    display: flex;
    flex-direction: column;
}

.third-section-video-box {
    width: 100%;
    margin-top: 150px;
}

.third-section-text-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding-left: 0px;
}

.third-section-title {
    margin-top: 50px;
}

.third-section-describe {
    width: 80%;
    margin-top: 50px;
}