/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    margin: 10;
    padding: 0;
    background-color: #1e1e1e;
    color: #7d385a;
}

/*
.edu-nsw-act-cursive-<uniquifier> {
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
.container {
    width: 90%;
    margin: 0 auto;
    display: inline;
}

header {
    background-color: #fab6f7;
    
    background-image: url('/images/s2.jpg');
    background-size: 100vw 100vh; 
    padding: 20px 0;
    text-align: center;
  
}

header h1 {
    font-family: "Edu NSW ACT Cursive", cursive;
    font-weight: 700;
    font-size: 3.5rem;
    margin: 10;
    color: magenta;
}

header p {
    font-size: 1.2rem;
}

/*   galery pagina 2*/

.gallery 
 {
  display: flex;                       /* Para organizar las imágenes en una fila */
  flex-wrap: wrap;                    /* Para que las imágenes se coloquen en líneas diferentes si no hay espacio */
  justify-content: space-around;      /* Para distribuir el espacio entre las imágenes */
  align-items: center;   
  float: right 40%;/* Para alinear las imágenes verticalmente */
 }

.gallery img 
 {
  width: 400px;                       /* Ancho de las imágenes */
  height: auto;                       /* Altura automática para mantener la relación de aspecto */
  margin: 12px;                      /* Espacio entre las imágenes */
  border: 2px solid #ccc;           /* Borde para las imágenes */
  border-radius: 5px;
  cursor: pointer;                   /* Cambia el cursor al pasar sobre la imagen */
 }
 
 /* galery ^*/

.intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.album-cover img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.launch-info {
    text-align: left;
}

.launch-info h2 {
    font-size: 2rem;
}


.btn-preorder {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff5c5c;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.tracklist, .gallery, .social {
    padding: 40px 0;
}

.tracklist h2, .gallery h2, .social h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    float: left 60%;
}

.tracklist ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.tracklist li {
    font-size: 1.2rem;
    margin: 10px 0;
    float: left;
}

.images {
    display: flex;
    gap: 20px;
}

.images img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.social-links a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}

.social-links a:hover {
    text-decoration: underline;
}

footer {
    background-color: #333;
    padding: 20px 0;
    text-align: center;
}

footer p {
    font-size: 1rem;
    color: #ccc;
}
  
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html {
  height:100%;
  background-image: linear-gradient(to right top, #8e44ad 0%, #3498db 100%);
}

nav {
  max-width: 960px;
  mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  margin: 0 auto;
  padding: 60px 0;
}

nav ul {
  text-align: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  padding: 18px;
  font-family: "Roboto";
  text-transform:uppercase;
  color: rgba(0, 35, 122, 0.5);
  font-size: 28px;
  text-decoration: none;
  display: block;
  text-shadow: 2px 2px 2px coral; 
}

nav ul li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(0, 35, 122, 0.7);
}
