body {
    background-image: url(../img/Fondo.jpg);
    font-family: Arial, sans-serif;
}

.h1 {
    font-family: "Abril Fatface", serif;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 20px; 
}

form {
    background-color: #fff; 
    max-width: 400px;
    margin: 50px auto; 
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}

h2 {
    text-align: center;
    color: #333; 
}

label, input {
    display: block;
    margin-bottom: 10px;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; 
}

input[type="submit"] {
    background-color: #2da833; 
    color: white;
    padding: 10px 20px;
    border: 1px solid #000000; 
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

input[type="submit"]:hover {
    background-color: #78bb7b; 
}

.cancelar {
    background-color: #3d463d; 
    color: white;
    padding: 10px 20px;
    border: 1px solid #000000;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.cancelar:hover {
    background-color: #5d6e61; 
}

.div {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative; 
    width: 100%;
    margin-top: 20px; 
}
