body {
  background-color: #374f68;
}

#fakenav {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #233140;
  color: white;
  font-size: 20px;
  font-weight: bold;

  .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
  }
}

#sharpContainer {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  position: relative;
}

#hfirst {
  position: absolute;
  top: 0;
}

#hsecond {
  position: absolute;
  top: 107px;
  left: calc(50% - 130px);
}

#hthird {
  position: absolute;
  top: 107px;
  right: calc(50% - 130px);
}

#hforth {
  position: absolute;
  top: 215px;
}

#hfifth {
  position: absolute;
  top: 323px;
  right: calc(50% - 130px);
}

#hsixth {
  position: absolute;
  top: 428px;
}

#hseventh {
  position: absolute;
  right: calc(50% - 179px);
  top: 63px;
  z-index: -1;
}

#heighth {
  position: absolute;
  top: 283px;
  left: calc(50% - 120px);
  z-index: -1;
}

#hninth {
  position: absolute;
  top: 428px;
  right: calc(50% - 195px);
}

#hfirst,
#hsecond,
#hthird,
#hforth,
#hfifth,
#hsixth,
#ninth {
  clip-path: polygon(50% 0%, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%);
}

form {
  margin-top: 100px;
}

.back-link {
  text-decoration: none;
  color: white;
  position: absolute;
  left: 20px;
}

.back-link:hover {
  color: white;
}
