body {
  margin: 0;
  padding: 0;
  background-color: rgb(36, 36, 36);
  color: white;
  font-family: "Inter", sans-serif;
}

header {
  position: sticky;
  top: 0px;
}

nav {
  position: sticky;
  top: 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
  max-width: 80rem;
}

.social-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.social-icon {
  margin-left: 1rem;
  margin-right: 1rem;
}

.nav-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.contact-icon {
  margin-left: 1rem;
  margin-right: 1rem;
}

.contact-me {
  color: #5c5c5c;
  font-weight: 600;
}

.hero-div {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  overflow: hidden;
}

.hero-pic {
  position: relative;
  border-radius: 9999px;
  height: 12rem;
  width: 12rem;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

h2 {
  font-size: 2rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #5c5c5c;
  letter-spacing: 15px;
  color: #f7ab0a;
}

h3 {
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #5c5c5c;
  letter-spacing: 15px;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 80rem;
}

button {
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  border-radius: 9999px;
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 1rem;
  letter-spacing: 0.1em;
  color: gray;
}

button:hover {
  border-color: rgba(247, 171, 10, 0.4);
  color: rgba(247, 171, 10, 0.4);
}

.pic2 {
  margin-top: 5rem;
  flex-shrink: 0;
  width: 10rem;
  height: 10rem;
  border-radius: 0.5rem;
  width: 18rem;
  height: 30rem;
  object-fit: cover;
}
