* { box-sizing: border-box; margin: 0; padding: 0; font-family: "Computer Modern Serif", serif; } :root { --primary: rgb(44, 133, 72); --secondary: rgb(218, 218, 218); } .letter-adresses { display: flex; }