@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300&family=Montserrat+Alternates:ital,wght@1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allan:wght@400;700&display=swap');

* {
  font-family: 'Montserrat Alternates';
  margin: 0;
  padding: 0;
}
html{
  height: 100%;
}
body{
  height: 100%;
  background-image: url(./assets/bkAPIvideogamesRESIZE.jpg);
  background-repeat:repeat;
  background-size:cover;
  background-position: center center;
}
#root{
  height: 100%;
}