/* Global styles */
body {
  font-family: 'Poppins', sans-serif;
  text-align: left;
  color: #111;
  background: #fff;
  margin: 0;
}

/* Main content container */
.container {
  max-width: 850px;
  margin: 60px 0 60px 30px;
  padding-left: 30px;
  padding-right: 20px;
}

/* Headings */
h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

h2 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* General text */
p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* Intro section width */
.intro {
  max-width: 700px;
}

/* Projects section */
ul.projects {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.projects li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}

/* Project descriptions (if inside <p>) */
ul.projects li p {
  font-size: 14px;
  line-height: 1.5;
  margin: 4px 0 0 0;
}

/* Links */
a {
  color: #0055cc;
  text-decoration: none;
  font-size: 14px;
}

a:hover {
  text-decoration: underline;
  font-size: 14px;
}

/* Divider */
hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #ddd;
}
