@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Text:wght@200..700&display=swap');

body,
html {
    background-color: black;
    color: white;
    height: 100%;
    font-family: "Stack Sans Text", sans-serif;
}