:root {

    --main: #202f5b;
    --main-light: #3866ff;

    --text: #1d2433;

    --light: #f5f8ff;

    --white: #ffffff;

    --border: #eef2ff;

    --shadow:
            0 20px 60px rgba(32,47,91,.08);

}

body {
    background: white;
    color: var(--text);
}

.container {
    width: min(1200px, 92%);
    margin: auto;
}