
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&family=Libre+Caslon+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&family=Libre+Caslon+Display&family=Playfair+Display:wght@700&display=swap');

body {
    background-color: #f0e4df; 
    font-family: "Cormorant Garamond", serif;
    margin: 0;
    padding: 0;
}

main {
    background-color: #ffffff;
    width: 900px;
    max-width: 95%;
    margin: 20px auto;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}

header {
    background-color: #ddb8b8; 
    background-image: linear-gradient(rgba(196, 106, 143, 0.5), rgba(241, 193, 212, 0.5)), url('mymelody.gif');
    background-size: cover;
    padding: 60px 20px;
    text-align: center;
    border-bottom: 5px solid #3b3434;
}

h1 {
    font-family: 'Playfair Display', serif; 
    color: #f9f1f1;
    text-transform: uppercase;
    letter-spacing: 8px; 
    font-size: 4rem;    
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    margin: 0;
    font-weight: 700;
}

h2, h3 {
    font-family: "Bonheur Royale", cursive;
    color: #c08f9e;
    font-size: 2.8rem;
    margin-top: 20px;
}

p {
    font-family: "Libre Caslon Display", serif;
    color: #524d4d;
    line-height: 1.8;
    padding: 10px 0;
}

nav {
    border-bottom: 2px solid #ddb8b8;
    text-align: center;
    padding: 15px 0;
    background-color: #fffafa;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav li {
    display: inline-block;
    margin: 0 5px;
}

nav a {
    text-decoration: none;
    color: #ffffff;
    padding: 8px 15px;
    background-color: #c08f9e; 
    border-bottom: 2px solid #a07381;
    border-right: 2px solid #a07381;
    transition: all 0.3s ease;
}

nav a:hover {
    color: #3b3434;
    background-color: #f1c1d4; 
    border-top: 2px solid #a07381;
    border-left: 2px solid #a07381;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
}

.centrado {
    display: block;
    margin: 20px auto;
    border-radius: 10px;
}

.adaptable {
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #c08f9e;
    padding: 5px;
}

footer {
    background-color: #b87e94;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 0.8rem;
}
@media (max-width: 600px) {
  .boton {
    font-size: 12px;
    padding: 8px;
  }
}