main {
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.6;
    padding: 50px;
    color: #000;
}

h1, h2 {
    color: #64717a;
}

a {
    color: #007acc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.section {
    margin-bottom: 2em;
}
