* {
  color: #323232;
}

html {
  background-color: #ffffff;
  font-family: inter;
}

body {
  width: 800px;
  margin: auto;
  padding: 1rem;
}

nav {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

nav * {
  color: #444444;
}

nav span {
  font-family: "Kanit", sans-serif;
  font-size: 24px;
  font-weight: normal;
}

.items {
  display: flex;
  padding: 10px;
  gap: 1rem;
}

.items a {
  text-decoration: none;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.items a:hover {
  color: black;
}

#about_me {
  text-align: justify;
}

.project-card h3 {
  margin-top: 0;
}

.project-card p {
  margin: 0.5rem 0;
}

.project-card a {
  color: #007acc;
  text-decoration: none;
}

.project-card a:hover {
  text-decoration: underline;
}
