body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    font-family: "Poppins", sans-serif;
    background-color: #ffffff; 
    color: #000000;
}

#quote-container {
    text-align: center;
    padding: 20px;
    background-color: rgb(255, 255, 255); 
    letter-spacing: 2px;
    line-height: 1.5; 
}

blockquote {
    font-style: bold;
    font-size: 28px;
}

footer {
    margin-top: 18px;
    font-style: normal;
    color: #000000; font-size: 18px;
} 
#quote {
    margin-bottom: 10px;
}

#author {
    color: rgb(0, 0, 0);
   
}



