/* Global Styles */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
  color: #333;
}

h1, h2 {
  font-family: Impact, sans-serif;
  color: #00698f;
}

h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

a {
  text-decoration: none;
  color: #00698f;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #fff;
}

/* Layout Styles */

.container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header {
  background-color: #00698f;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.header h1 {
  margin-bottom: 0;
}

.content {
  padding: 20px;
}

/* 2000s-themed Styles */

.gradient {
  background-image: linear-gradient(to bottom, #ff99cc, #ff66cc);
  background-repeat: no-repeat;
  padding: 10px;
  border: 1px solid #ccc;
}

.neon {
  color: #00ffff;
  text-shadow: 0 0 10px #00ffff;
}

/* Apply styles to specific elements */

body {
  background-image: url("vista.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}



.header h1 {
  font-size: 48px;
  color: #00ffff;
  text-shadow: 0 0 10px #00ffff;
}

.content p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}