@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
    height: 100vh;
    color: white;
}

a {
    color: rgb(200 200 200);
}

body {
    font-family: " Cal Sans", sans-serif;
    margin: 0;
    height: 100%;
}