@import "./normalize.css";

* {
  box-sizing: border-box;
}

body,
html {
  font-size: 16px;
  word-break: keep-all;
  font-family: Pretendard, -apple-system;
  letter-spacing: -0.3px;
  color: #222;
  padding-bottom: 2rem;
  margin: 0px;
  text-size-adjust: 100%;
  height: 9999px;
}

body::before {
  position: fixed;
  z-index: 1;
  top: o;
  display: block;
  content: "";
  width: 100%;
  height: 1%;
  background: linear-gradient(90deg, #7fcbaf, #886770);
}

.container {
  width: 100%;
  max-width: 50rem;
  margin: auto;
}

.row {
  display: -webkit-box;
  padding: 3rem;
  border-bottom: 1px solid #eee;
} 
.row-left {
  flex-basis: 18rem;
  padding-right: 1rem;
  flex-shrink: 0;
}
.row-right {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
section {
  padding: 0.2rem;
}

h1 {
  font-size: 5rem;
  line-height: 1.1;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.period-mark {
  color: rgb(127, 203, 175);
}

.big-paragraph {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}
.mid-paragraph {
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}
ul > li::before {
  /* position: absolute; */
  left: 0;
  display: inline-block;

  content: "•";
  color: #3a7bd5;
}
ul {
  list-style: none;
  padding: 0;
}
.other {
  padding: 3rem 0;
  border-bottom: 1px solid #eee;
}
