.h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 5px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ececc5ff;
    min-height: 100vh;
}

.pilar-card {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 14px rgba(241, 226, 226, 0.95);
    text-align: center;
    text-align: justify;
}