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

body {
    background-color: antiquewhite;
    font-family: Montserrat;
}

h1, h2 {
    color: rgb(208, 22, 22);
}