* {
  padding: 0;
  margin: 0;
  text-decoration: 0;
  text-decoration: none;
  font-family: sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: white;
}

h1 {
  font-family: vintage;
  color: rgb(105, 188, 105);
  font-size: 3vw;
  margin: 5vw;
  margin-bottom: 0;
}

@font-face {
  font-family: vintage;
  src: url(assets/typo/Vintage-Rovery.otf);
}

@media screen and (max-width: 550px) {
  h4 {
    font-size: 5vw;
  }
}
