/* CSS Document */
body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.5;
        max-width: 800px;
        margin: 40px auto;
        padding: 0 20px;
        text-align: center;
        max-width: 900px; 
    margin: 0 auto;  

    }
    h1 {
        font-family: "Times New Roman", serif;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    text-decoration: underline;
    font-weight: bold;
    }
    h2 {
        font-family: "Courier New", monospace; 
    font-size: 22px;
    padding: 6px 10px;
    border: 2px solid black; 
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
    color:purple;
    font-weight: bold;
    background-color: #ffb6c1;
}
    p {
        margin-bottom: 12px;
         font-size: 18px;
    }
    ul {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    body {
    padding: 40px;
    background-color: pink;
    font-family: Arial, Helvetica, sans-serif; 
    line-height: 1.5;
    text-align: center;

}

