/* Make sure that your @import statement is at the top of your CSS file  */
@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');

html {
    scroll-behavior: smooth;
}

body * {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 50px;
}

h1, h2 {
    font-family: "Bungee", sans-serif;
    font-weight: 400;
    font-style: normal;
}