html {
    scroll-behavior: smooth;
}

body {
    background-image:
        radial-gradient(circle at top left, rgba(200, 164, 93, 0.08), transparent 24rem),
        linear-gradient(135deg, rgba(13, 39, 70, 0.28), transparent 45%),
        linear-gradient(180deg, #071526, #06111f);
}

.text-balance {
    text-wrap: balance;
}

input,
select,
textarea {
    color: #ffffff;
}

input::placeholder,
textarea::placeholder {
    color: rgba(216, 227, 240, 0.55);
}

select option {
    color: #071526;
}
