body {
    font-family: 'Times New Roman', serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
    font-size: 9.5pt; /* Default text size */
}
.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}
h1 {
    font-size: 24pt; /* Title size */
    color: rgb(239, 108, 0);
    margin-bottom: 20px;
}
h2 {
    font-size: 11pt; /* Subtitle size */
    color: rgb(250, 100, 0);
    margin-top: 20px;
}
.contact-info p, .education p, .projects p, .military p, .skills p, .languages p {
    margin: 5px 0;
}
.contact-info a {
    color: #2980b9;
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
}
.section-title {
    font-size: 11pt; /* Subtitle size */
    font-weight: bold;
    color: rgb(255, 123, 0);
}
.section-content {
    margin-bottom: 20px;
}
.contact-info {
    margin-bottom: 30px;
}