p{
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
}
h1 {
    font-family: 'Arial', sans-serif;
    font-size: 36px;
    color: #ffffff;
    text-align: left;
    text-shadow: #000000 - 3px 2px 5px;
}
h2 {
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-align: left;
}
h3 {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
a {
    color: #ffffff;
    text-decoration: underline;
}
body {
    background-color: #3a4e38;
    margin: 0;
    padding: 20px;
}