    @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

    * {
      padding: 0px;
      margin: 0px;
      font-family: "Roboto", sans-serif;
    }
html{
      background: #003400;
      max-width: 100%;
  overflow-x: hidden;
}

