@import url("reset.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500;700&display=swap");

html,
body {
  width: 100%;
  height: 100%;
  color: white;
  font-family: "Open Sans", sans-serif;
}
