body {
    font-family: Arial, sans-serif;
    background-color: #139822;
}

h1 {
    font-size: 38px;
    color: rgb(255, 255, 255);
    text-align: center;
}

p {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
    margin: 10px;
}