html {
    font-size: 16px;
}

@media (max-width: 768px) {
    html {
        font-size: 14px; /* Smaller font on tablets */
    }
}

@media (max-width: 480px) {
    html {
        font-size: 12px; /* Smaller font on mobile */
    }
}
p {
    font-size: 20px; /* Change this value as needed */
}
h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}


a {
    font-size: 16px;
}