#dot {
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border-radius: 50px;
  box-shadow: 50px 0px 0 0px #0f0, 100px 0px 0 0px #00f, 0px 50px 0 0px #ccc,
    50px 50px 0 0px #0f0, 100px 50px 0 0px #00f;
}

body {
  background-image: url(background.jpg);
  background-size: cover;
  color: white;
}

.nav {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.451);
}

.nav__item {
  padding: 20px;
}

.decor__star--01 {
  font-size: 15em;
  position: absolute;
  top: 40%;
  left: 60%;
}

.decor__star--02 {
  font-size: 7em;
  position: absolute;
  top: 75%;
  left: 70%;
}

.decor__star--03 {
  font-size: 9em;
  position: absolute;
  top: 83%;
  left: 60%;
}

h1 {
  text-transform: uppercase;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 6em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
  padding-bottom: 60px;
}

p {
  padding: 0 20%;
  font-size: 1.1em;
  padding-bottom: 60px;
}

.btn {
  border-radius: 100px !important;
  border: 4px solid white;
  font-weight: 600;
  font-size: 1.15em;
  height: 60px;
  width: 120px;
}

.nav__toogler {
  font-size: 50px;
}

.nav__soc {
  font-size: 25px;
}
