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


body, html {
  height: 100%;
  margin: 0;
  color: white;
  background: url('../assets/images/BG.png') no-repeat center center fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
    /* font-family: 'Bebas Neue', sans-serif; */
}

