*{
  margin: 0;
  color: #F0F9F8;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
}
nav.top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
}
nav.top a{
  text-decoration: none;
  letter-spacing: 8px;
  width: 5%;
  color: #F0F9F8;
}
nav.top a.DupeXCraft{
  text-decoration: none;
  width: 12%;
  color: #F0F9F8;
}
body{
  margin: 0;
  background-color: #03070d;
  text-transform: capitalize;
}
div.main{
  margin-top: 5%;
  height: 100vh;
  width: 100%;
  background: linear-gradient(180deg, #3fcaec00 0%, #0d233d 85%, #060e22 100%);
}
div.main span.text h5{
  font-weight: bold;
  letter-spacing: 8px;
  color: #F0F9F8;
  text-shadow: 0px 0px 6px #F0F9F8;
}
div.main span.text h2{
  letter-spacing: 6px;
  color: #F0F9F8;
  text-shadow: 0px 0px 6px #F0F9F8;
}
div.main h4{
  font-size: 16px;
  letter-spacing: 2px;
  color: #F0F9F8;
  text-shadow: 0px 0px 6px #F0F9F8;
}
div.main h3{
  padding-top: 2px;
  font-size: 16px;
  letter-spacing: 2px;
  color: rgb(63, 202, 236);
  text-shadow: 0px 0px 6px rgb(63, 202, 236);
}
