@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

* {
    font-family: 'Roboto', sans-serif;
}
.background img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}
