Girona vs Rayo Vallecano: Complete Match Preview
/* Flexbox layout */ body { display: flex; flex-direction: column; margin: 0; font-family: sans-serif; } .container { display: flex; flex-direction: column; margin: 1rem auto; max-width: 800px; } header, section, footer {…