* {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  margin: 0;
  padding: 2rem 1rem;
}

.greetings {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

h1 {
  margin: 0;
}

.photo {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text {
  padding: 1rem;
  border: 1px solid grey;
}

.projects {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.projects h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.projects .links {
  margin: 0;
}

.footer {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
