body {
  font-family: inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  background: #F5F5F5;
  display: flex;
  width: 50%;
  margin: 10px auto;
}

b {
  font-weight: 600;
  padding-top: 10px;
  color: #606060;
}

#hero>h1 {
  margin: 20px 0 20px 0;
  text-align: center;
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.5px;
}

#hero>p {
  color: #606060;
  padding-bottom: 15px;
  font-weight: 400;
}

img {
  border-radius: 10px;
}

.summary_header {
  display: inline-flex;
  width: 100px;
  justify-content: center;
  padding: 5px;
  border: 1px solid #606060;
  color: #606060;
  border-radius: 10px;
  font-weight: 500;
}


section {
  display: flex;
}

#links>a {
  display: block;
  margin: 10px 0 25px 0;
  text-align: center;
  font-size: 22px;
  color: black;
}

#left {
  margin-top: 15px;
  flex: 0 1 250px;
  align-content: flex-start;
  margin-right: 38px;
}

#btn {
  border: solid 1px;
  border-radius: 10px;
  font-size: 20px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

#btn>a {
  color: black;
  text-decoration: none;
}

#btn>* {
  display: block;
  padding: 12px;
}

#left>section {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 10px;
  padding: 8px 10px 5px 10px;
  width: 200px;
  margin-bottom: 15px;

}

#right {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-self: flex-end;
  float: right;
}

#right>* {
  display: flex;
  flex-direction: column;
}

#about_me>p #experience>p {
  line-height: 1.2;
  font-size: 16px;
}

.section_divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #606060;
  gap: 1rem;
}

.section_divider::before,
.section_divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #aaa;
}

#copy_me {
  background: black;
  border-radius: 9px;
  color: white;
  line-height: 24px;
}

#copy_me:not(.no-selection-style)::selection {
  background: transparent;
}

.mouseover {
  font-size: 14px;
}
