body {
    font-family: Arial, sans-serif;
    color: #000; /* Black color */
}

h1 {
    font-family: Arial, sans-serif;
    color: #000; /* Black color */
    text-align: center;
}

p {
    font-family: Arial, sans-serif;
    color: #000; /* Black color */
    line-height: 1.6;
}

.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
}





