:root {
  color: #222;
  font-size: 16px;
  line-height: 1.5;
}

body, p {
  margin: 0;
}

a {
  color: inherit;
}

ul {
  padding-left: 1.25em;
}

h3 {
  padding-bottom: 0.25em;
  border-bottom: 1px dashed #bbb;
}

p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}

b {
  opacity: 0.6;
}

u {
  font-weight: 500;
  text-underline-offset: .2em;
  text-decoration-style: dotted;
}

span.time {
  float: right;
}

mark {
  background-color: #ffdd9d;
}

.wrap {
  margin: 0 auto;
  padding: 5em 1em;
  max-width: 55em;
}

@media screen and (max-width: 768px) {
  .wrap {
    padding: 1em;
  }

  span.time {
    float: none;
    display: block;
  }
}

@media print {
  :root {
    font-size: 14px;
  }

  .wrap {
    padding: 0;
  }

  .watermark {
    display: none;
  }
}

.watermark {
  top: 0;
  left: 0;
  opacity: 0.03;
  font-size: 8em;
  position: fixed;
  white-space: nowrap;
  pointer-events: none;
  transform: rotate(30deg);
  text-shadow:
    0 2em 0 currentColor,
    0 4em 0 currentColor,
    0 6em 0 currentColor,
    7em 0 0 currentColor,
    7em 2em 0 currentColor,
    7em 4em 0 currentColor,
    7em 6em 0 currentColor,
    0 -2em 0 currentColor,
    7em -2em 0 currentColor,
    7em -2em 0 currentColor,
    7em -4em 0 currentColor,
    7em -6em 0 currentColor;
}

section {
  margin-bottom: 2em;
}
section:last-child {
  margin-bottom: 0;
}

.my-intro a {
  text-decoration: none;
}

.my-intro .intro-columns {
  columns: 2;
}

.my-intro .intro-sentents {
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .my-intro .intro-columns {
    columns: 1;
  }
}

.my-experience .view-link,
.my-project .view-link {
  color: #777;
  display: flex;
  flex-wrap: wrap;
  margin: 1.25em 0;
  padding-left: 0.75em;
  border-left: 2px solid #bbb;
}

.my-experience .view-link a,
.my-project .view-link a {
  margin-right: 1em;
}
