h1 {
    font-size: 55.55pt;
    font-weight: bold;
    color: #ffffff;
}
body {
    background-color: #29a059;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar li {
    float: left;
    margin: 0 10px;
}
.navbar a {
    color: white;
    text-decoration: none;
    padding: 14px 20px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}
.navbar a:hover {
    background-color: #555;
}
h2 {
    font-size: 1.5em;
    color: #ffffff;
    margin-top: 20px;
}
p {
    font-size: 1em;
    line-height: 1.5;
    color: #ffffff;
    margin: 10px 0;
}
li {
    margin: 5px 0;
    font-size: 1em;
    color: #ffffff;
    list-style-type: none;
}
title {
    font-size: 15;
    color: #ffffff;
    margin-bottom: 10px;
}