@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: black;
}

.Text {
    color: white;
    font-family: Roboto;
}

.BigTitle {
    position: absolute;
    font-size: 100pt;
}