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

*{
  user-select: none;
}

html {
  scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    margin:0 auto;
    font-family: 'Forum', cursive;
    background-color: #141414;
}



 