:root {
    --hover-color: #004cc7;
}
body {
    background: linear-gradient(90deg, #5f8fb4 0vw, #002F7A 25vw, #002F7A 75vw, #5f8fb4 100vw);
}
