@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tourney:ital,wght@0,100..900;1,100..900&display=swap');
nav {
  text-align: center;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:black;
  background-image: linear-gradient(black, rgb(85, 82, 82));
  border-radius: 25px;
  display:inline-block;
}

@media screen and (max-width: 600px) {
  ul.lista, li.right, 
  ul.lista li {float: none;}
}

li {
  float: left;
}

li a {
  display: block;
  color:mediumaquamarine;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
  font-family: "Orbitron", sans-serif;
  text-shadow: 1px 1px 2px black, 0 0 10px white, 0 0 5px white;
  border-radius: 25px;
}

li a:hover {
  background-color:rgb(70, 73, 73);

}

p {
  text-align: center;
  font-family: "Tourney", sans-serif;
  font-size: 32px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}

img {
  border-radius: 15%;
  display: block;
  margin: auto;
}

@media only screen and (max-width: 650px) {
  img {
    width: 100%;
  }
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  }

  .content {
    position: absolute;
    width: 99%;
    }