
section {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

section .container {
    display: flex;
    justify-content: center; 
    align-items: center;
    padding: 20px; /* Optional padding */
}