@import url('style.css');

/* v1.3 overrides: enlarge fonts and buttons */
.nav-links a {
    font-size: 16px;
}

.hero h1 {
    font-size: 32px;
}

.hero p {
    font-size: 16px;
}

.section-title {
    font-size: 20px;
}

.card p {
    font-size: 16px;
}

.btn-main {
    padding: 12px 20px;
    font-size: 16px;
}

.logo {
    font-size: 22px;
}

footer {
    font-size: 14px;
}
