body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    /* background: #ed3e24; */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

p {
    font-size: 1.2rem;
    margin-bottom: 40px;
}

footer {
    position: absolute;
    bottom: 20px;
    font-size: 0.9rem;
}
