@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

html, body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-color: white;
    color: black;
    font-family: 'Poppins', Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header, section, footer {
    width: 100%;
}

section {
    padding: 20px;
}

footer {
    margin-top: 20px;
    padding: 10px;
}

.email {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}
