* {
  /* border: 1px solid lightcoral; */
}

html {
  scroll-behavior: smooth;
}

a {
  color: #1a1b1f;
}

body {
  margin: auto;
  min-width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.links {
  position: fixed;
  right: 1%;
  bottom: 1%;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}

.links > * {
  margin: 10%;
}

.bar {
  display: flex;
}

.projbar {
  justify-content: space-around;
}

.navbar {
  z-index: 2;
  justify-content: flex-end;
  position: fixed;
  right: 1%;
}

.bar > * {
  margin: 2%;
  cursor: pointer;
}

.navbar > * {
  margin-left: 10%;
  margin-right: 10%;
}

.section {
  margin: 5%;
  height: 100vh;
}

#projects #experience {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.project {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.profession {
  font-size: 16px;
  line-height: 28px;
  opacity: 0.6;
}

.tiny {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.6;
}

.intro {
  font-size: 56px;
  line-height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header {
  text-align: center;
  font-size: 56px;
  line-height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.4;
}

.expList {
  display: flex;
  justify-content: space-around;
  margin: 2%;
}