:root {
  --link-color: #0969da;
}

.aboutme-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.aboutme-content {
  width: 66%;
  display: block;
}

.aboutme-content a {
  color: var(--link-color);
  text-decoration: none;
}

.aboutme-content a:hover {
  text-decoration: underline;
}

.aboutme-content em {
  font-style: italic;
}

.aboutme-image {
  width: 28%;
  text-align: center;
  padding: 0;
}

.aboutme-image img {
  height: auto;
  max-width: 100%;
  display: block;
  margin: auto;
  border-radius: 4px;
}

.re_container {
  margin-top: 2em;
  padding-top: 1.5em;
  border-top: 1px solid #e5e5e5;
}

@media only screen and (max-width: 600px) {
  .aboutme-content {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }

  .aboutme-image {
    width: 100%;
    margin: auto;
  }

  .re_container {
    margin-top: 1.5em;
  }
}

.re_header {
  width: 100%;
  font-size: 1.15em;
  font-weight: 700;
  margin-bottom: 0.8em;
}

.re_container ul {
  padding-left: 0;
  list-style-type: none;
}

.re_container ul li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.6rem;
}

.re_container ul li .date {
  text-align: left;
  flex-basis: 30%;
  flex-shrink: 0;
  opacity: 0.5;
}

.re_container ul li .content {
  flex: 0 0 70%;
  text-align: left;
}

.re_container ul li .content a {
  color: var(--link-color);
  text-decoration: none;
}

.re_container ul li .content a:hover {
  text-decoration: underline;
}
