/* General Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: #333;
}

.container {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

h1, h2, h3 {
    color: #444;
    margin-bottom: 10px;
}

p, ul {
    margin-bottom: 15px;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

/* Page Styles */
.page {
    margin-bottom: 40px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
}

.page:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Header Styles */
#page-1 {
    text-align: center;
}

#page-1 h1 {
    font-size: 2.5em;
    color: #222;
}

#page-1 p {
    font-size: 1.2em;
    color: #666;
}

/* Summary Section */
#page-2 {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

/* Skills Section */
#page-3 ul {
    list-style-type: disc;
}

/* Experience Section */
#page-4 h3 {
    font-size: 1.2em;
    color: #333;
}

#page-4 p {
    font-size: 1em;
    color: #555;
}

/* Education Section */
#page-5 div {
    margin-bottom: 20px;
}

/* Projects Section */
#page-6 div {
    margin-bottom: 20px;
    padding: 15px;
    background: #f4f4f4;
    border-radius: 8px;
}

#page-7 div {
    margin-bottom: 20px;
    padding: 15px;
    background: #f4f4f4;
    border-radius: 8px;
}

/* Projects Section */
#page-8 div {
    margin-bottom: 20px;
    padding: 15px;
    background: #f4f4f4;
    border-radius: 8px;
}

/* References Section */
#page-9 {
    text-align: center;
    font-style: italic;
}

/* tab spacing */
.tab {
  margin-left: 40px; /* Adjust the value as needed */
}