html {
  scroll-behavior: smooth;
}

* {
  color: black 50%;
  font-family: "Inter", serif;
  overflow-y: hidden;
  overflow-x: hidden;
  font-size: 16px;
}

.nav-container {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0;
}

.nav-list {
  display: flex;
  list-style: none;
  margin-right: 20px;
  padding: 0;
  gap: 20px;
}

a {
  text-decoration: none;
  color: inherit;
  width: inherit;
  transition: 0.5s;
}

a:hover {
  opacity: 0.2;
}
li > .low-opacity {
  cursor: default;
}

.low-opacity {
  opacity: 0.2;
}

.hover:hover {
  opacity: 0.1;
}
.name {
  margin: 0 0 20px;
}
.container {
  height: min-content;
  width: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.about {
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  min-height: 100vh;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 500px;
}

.main-about {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.about-me {
  height: auto;
  position: relative;
  width: 100%;
  word-break: break-word;
  word-wrap: break-word;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  margin: 0;
}

.currently,
.previously {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: min-content;
}

.circle {
  background-color: #000;
  border-radius: 999px;
  flex: none;
  height: 6px;
  overflow: hidden;
  position: relative;
  width: 6px;
}
@keyframes currently {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.green {
  background-color: rgb(0, 255, 0);
  animation: currently 2s infinite;
}

p {
  margin: 0;
}

.current-experiences,
.past-experiences {
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.experiences {
  align-items: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
  height: min-content;
  justify-content: left;
  overflow: hidden;
  padding: 0 0 0 12px;
  position: relative;
}

.buttons {
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding: 0;
  margin: 20px 0 0 0;
  align-items: center;
}

.socials {
  margin: 10px;
}

.button-black {
  align-items: center;
  background-color: #000;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 5px 16px;
  position: relative;
  text-decoration: none;
  color: white;
}

.button-black-2 {
  align-items: center;
  background-color: #000;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 5px 16px;
  position: relative;
  width: min-content;
  text-decoration: none;
  color: white;
}

.nav-container {
  display: flex;
  justify-content: left;
  align-items: center;
}

.nav-list {
  display: flex;
  list-style: none;
  margin-right: 20px;
  padding: 0;
  gap: 20px;
}

body {
  min-height: 100vh;
  width: auto;
  overscroll-behavior-x: auto;
  margin: auto;
}

main {
  width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

img {
  width: 500px;
}

#projects {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 100vh;
  min-height: 100vh;
  width: 500px;
}

#projects-margin {
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: inherit;
}

#socials {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 200vh;
  min-height: 100vh;
  width: 500px;
}

.projects {
  display: flex;
  overflow: hidden;
}

.projects:hover {
  overflow: visible;
}

/*
#contact {

  position: absolute;
  bottom: 10000px;
  justify-content: center;
}
*/
