h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.window {
  max-width: 1250px;
  margin: 7rem auto 0;
}

.my-title-wrapper {
  position: relative;
  background: url(./img/matrix.webp);
}

.my-title {
  display: block;
  margin: auto;
  max-width: min(405px, 100%);
}

.img-cap {
  height: 13rem;
  position: absolute;
  transform: rotate(350deg);
  top: -11rem;
  left: -2.6rem;
}

.buttons-block {
  text-align: center;
  padding: 0.5rem;
}

.scrollable {
  overflow-y: scroll;
}

.about-me {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 700px) {
  .about-me {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1220px) {
  .about-me {
    grid-template-columns: repeat(4, 1fr);
  }
}

.about-me-section {
  margin: 0.5rem;
}

.photo {
  max-width: min(20rem, 100%);
}

.about-me-proper {
  text-align: center;
}

.li-img {
  height: 2rem;
}
