/* 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;
}

.first-section-title-box {
    margin-top: 100px;
}

.first-section-title-box {
    width: 90%;
}

.first-section-title-text {
    font-size: 28px;
}

.first-section-describe-box {
    margin-top: 100px;
}

.first-section-describe-text {
    font-size: 16px;
}