body {
    min-height: 100vh;
    background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
    width: 100%;
}

h2 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

p{
    text-align: center;
}

.punto strong {
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.punto {
    max-width: 600px;
    margin: 20px auto;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
}