@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";

h1 {
    color: #2b6cb0;
    font-size: 2rem
}

body {
    font-family: "Roboto", sans-serif
}