
body {
    font-family: 'Garamond', serif;
    background-image: url('https://img.freepik.com/foto-gratis/pared-piedra_1323-235.jpg');
    background-size: cover; 
    background-position: center; 
    background-attachment: fixed; 
    color: #4a3a2a;
    margin: 0;
    padding: 0;
    text-align: center;
}

h1 {
    font-size: 2.5em;
    color: #3e2a1f;
    margin: 20px;
    font-family: 'Georgia', serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

h2 {
    font-size: 2em;
    color: #3e2a1f;
    margin: 20px;
    font-family: 'Georgia', serif;
}

form {
    background: rgba(244, 227, 210, 0.9); 
    border: 2px solid #8b5e3c;
    border-radius: 10px;
    padding: 20px;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

input[type="text"], select {
    border: 1px solid #8b5e3c;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 0;
    font-family: 'Garamond', serif;
}

input[type="text"]::placeholder {
    color: #7d5a4a;
}

button {
    background-color: #8b5e3c;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1.1em;
    cursor: pointer;
    margin-top: 10px;
}

button:hover {
    background-color: #7a4a2e;
}


#resultado {
    font-size: 1.2em;
    color: #3e2a1f;
    margin: 20px;
    padding: 10px;
    border: 1px solid #8b5e3c;
    background-image: url('https://img.freepik.com/vector-gratis/diseno-fondo-textura-papel-envejecido_60389-81.jpg?size=626&ext=jpg&ga=GA1.1.2008272138.1724716800&semt=ais_hybrid'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    border-radius: 5px;
    display: inline-block;
    text-align: left;
    font-family: 'Garamond', serif;
    background-color: rgba(244, 227, 210, 0.5);
}

.gif-dragon {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px; 
    height: auto;
    z-index: 2; 
}
