main {
    max-width: 900px;
    margin: 50px auto;
    padding: 0 20px;
}

h2 {
    color: #024425;
    margin-bottom: 10px;
}

h2 {
    color: #024425;
    margin-top: 30px;
}

p {
    line-height: 1.6;
    margin-bottom: 15px;
}

a.back-link {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    background-color: #024425;
    font-weight: bolder;
    color: white;
    text-decoration: none;
    border-radius: 8px;
}

a.back-link:hover {
    background-color: #099b57;
}