body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #d8a8a8;
}

header, section, footer {
    margin: 20px;
}

header {
    text-align: center;
    font-family: 'Archivo Black', sans-serif;
    text-shadow: -5px 0 #cc8084, +5px 0 #6eacb7;
}

a {
    text-decoration: none;
    color: #333;
}

section {
    text-align: center;
    margin-top: 30px;
}

footer {
    text-align: center;
    margin-top: 50px;
    padding: 10px;
    background-color: #d8a8a8;
}
