body {
    margin: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    background-color: #f0efe9;
}

header {text-align: center;}
header h2 {margin-top: 20px; text-transform: uppercase;font-weight: bold;font-size: 1.5rem;}
header p, h2 {margin-bottom: 10px;}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    width: 900px;
    padding: 50px;
}

