@import url("https://fonts.googleapis.com/css2?family=Graduate&family=Oswald&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  font-family: Graduate, monospace, sans-serif;
  /* font-size: 13px; */
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ececec;
}

img {
  width: 100%;
  display: block;
}
