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

body {
  margin: 0;
  font-family: Jua, sans-serif;
  background: #1d1d1d;
  color: #f09;
  overflow: scroll-y;
}

.dot:nth-of-type(1) {
  /* background:white; */
}

.wrapper {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.dot {
  width: 20px;
  height: 20px;
  background: #f39;
  border-radius: 50%;
}
