@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Ubuntu";
}

html {
    --scroll-behavior: smooth;
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(to bottom, #101828, #0C0A09);
    min-height: 100vh;
}

div.text {
    color: white;
}