body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.section{
    padding: 40px 60px;
}

h2 {
    text-align: center;
    font-size: 40px;
}
p {
    text-align: justify;
}

.content-row {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.download {
    border: none;
    color: white;
    border-radius: 3px;
    background: #339933;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
}
