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

body {
  background-image: url('./images/bg-xmas.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  font-family: 'Roboto', sans-serif;
}

h1 {
  text-align: center;
  color: #d6001c;
}
