body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-size: 12pt;
    line-height: 1.3;
}

header {
    padding: 20px 10px !important;
}

.section {
    padding: 30px 10px !important;
    max-width: 100%;
}

h1, h2, h3 {
    margin: 10px 0 5px !important;
    font-size: 1.2em;
}

nav, .hero-img, .social-icons {
    display: none !important;
}

.btn {
    display: none;
    border-radius: 0;
}

a.btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

footer {
    display: none !important;
}