/* styles/style.css */
body {
    font-family: Arial, sans-serif;
    background-color: #f5f5dc;
    text-align: center;
    padding: 50px;
}

h2 {
    color: #4b3f2f;
    margin-bottom: 20px;
}

form {
    background-color: #e8dbc5;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    text-align: left;
}

label {
    font-weight: bold;
    color: #4b3f2f;
}

input[type="email"], input[type="password"] {
    width: 95%;
    padding: 8px;
    margin: 8px 0;
    border: 2px solid #8b7355;
    border-radius: 999px;
}

input[type="submit"] {
    background-color: #8b7355;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

input[type="submit"]:hover {
    background-color: #6d5a44;
}

a {
    display: block;
    margin-top: 10px;
    color: #4b3f2f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
#titulo{
    align-items: center;
    text-align: center;
    
}
#enlace{
    align-items: center;
    text-align: center;
    
}