

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, sans-serif;
  background-color: #0b0b0b;
  color: #fff;
  background-image: url("imagens/fundo.png");
  background-size: cover;
  background-attachment: fixed;
}

/* Cabeçalho retrô */
.header {
  background: linear-gradient(to right, #4a00e0, #8e2de2);
  text-align: center;
  padding: 20px;
  border-bottom: 3px solid #fff;
  box-shadow: 0 0 15px #c084ff;
  color: #ffccff;
  text-shadow: 0 0 6px #f0f;
}

/* Navbar estilo anos 2000 */
.navbar {
  background: #000;
  text-align: center;
  padding: 10px;
  border-bottom: 2px solid #6900ff;
}

.navbar a {
  color: #00ffff;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
  text-shadow: 0 0 5px #0ff;
}

.navbar a:hover {
  color: #ff00ff;
  text-shadow: 0 0 8px #f0f;
}

/* Conteúdo central */
.content {
  width: 70%;
  margin: 30px auto;
  background: rgba(0, 0, 0, 0.65);
  border: 2px solid #a700ff;
  padding: 20px;
  box-shadow: 0 0 15px #d37aff;
  border-radius: 8px;
}

.content h2, .content h3 {
  color: #ffccff;
  text-shadow: 0 0 6px #f0f;
}

.gif {
  display: block;
  margin: 20px auto;
  border: 3px ridge #ff00ff;
}

/* Rodapé */
.footer {
  text-align: center;
  background: #000;
  padding: 10px;
  border-top: 2px solid #8e2de2;
  color: #ccc;
  font-size: 14px;
}
