footer {
  /* background-image: url("../assets/Fortizar.jpg"); */
  /* background-color: rgb(0, 136, 255); */
}

#navbar {
  text-indent: 25px;
  font-size: 26px;
  /* color: white; */
  color: cyan;
  background-image: url("../assets/Fortizar2.png");
  background-size: cover;
  /* background-size: 150%; */
  background-repeat: no-repeat;
  padding-top: 75px;
  padding-bottom: 150px;
}

#swords {
  display: flex;
  justify-self: center;
  box-shadow: inset 10px 10px 100px 5px rgb(0, 255, 255);
  box-shadow: inset 10px 10px 100px 5px rgba(0, 255, 255, 0);
  border-radius: 20px 20px;
  width: 200px;
  height: 200px;
  /* animation: pulse-opacity 4s infinite ease-in-out; */
}

@keyframes pulse-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
nav h1 {
  text-align: center;
}

header {
  padding-bottom: 200px;
  padding-top: 100px;
  font-size: 20px;
  /* background-image: url(../assets/Fortizar.jpg); */
  color: cyan;
  /* color: white; */
  text-align: center;
}

a {
  display: block;
  font-size: 60px;
  color: rgb(0, 255, 179);
}
