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


body {
    background-color: lightblue;
}

h1 {
    font-family: 'Passion One', cursive;
}

.row {
    font-family: 'Roboto', sans-serif;
}

.ubi {
    font-family: 'Roboto', sans-serif;
    color: black;
}

h3, h4, h2 {
    font-family: 'Roboto', sans-serif;
}