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


html, body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  background: rgba(255, 255, 255, 0.1);
}

svg {
  width:100%;
  height:50vh;
  top: 0;
  left: 0;
}
