:root {
  --sans: system-ui, 'Segoe UI', Roboto, sans-serif;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lobster-two-regular {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lobster-two-bold {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lobster-two-regular-italic {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lobster-two-bold-italic {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: italic;
}

body {
  margin: 0;
  min-width: 320px;

  font-size: 16px;
  font-family: var(--sans);
}

h2 {
  margin-block: 0.6rem;
}

a {
	text-decoration: none;
	outline: none;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
	color: rgba(0, 0, 0, 0.5);
}

a:hover {
	text-decoration: underline;
}

p {
  margin-block: 0.4rem;
}

.root {
  max-width: 720px;
  margin: 0 auto;
}

.container {
  padding: 0 24px;
  margin: 16px 0;
}

.logo {
  text-align: center;
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.profile_img {
  border-radius: 50%;
}

.profile_tagline {
  max-width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile_tagline > *:first-child {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 1.1rem;
}

.profile_tagline > *:nth-child(2) {
  font-weight: 700;
  font-size: 1.5rem;
}

.page_section {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 1rem;
}

.page_section h2 {
  margin: 0;
}

.page_section h2 a {
  color: black;
}

.exp_card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0.3rem 0;
}

.exp_head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.exp_head > *:first-child {
  font-size: 1.1rem;
  font-weight: 600;
}

.exp_head > :not(:first-child) {
  color: rgba(0, 0, 0, 0.5);
}

footer {
  margin-top: 1rem;
}

.separator {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.socials_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}

.socials {
  display: flex;
  gap: 0.8rem;
}
