:root {
    --color-1: #36454f;
    --color-2: #0d324d;
    --color-3: #ed5958;
    --color-white: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}