@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Slab:wght@100..900&family=Sriracha&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "open sans", sans-serif;
  background-color: black;
  color: white;
  background-image: url(../img/Screenshot\ 2024-10-29\ 102308.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

nav {
  height: 10vh;
  display: flex;
  align-items: center;
  padding: 0 1vw;
  position: sticky;
  top: 0;
  z-index: 1000;
}

h1 {
  font-family: "Roboto Slab", serif;
}

.test {
  height: 100vh;
}

.logo {
  width: 8vh;
  height: 8vh;
}
