body {
  font-family: 'Share Tech Mono', monospace;
}

.headings {
  margin-top: 100px;
}

.image {
  padding: 0 3em 1em 0;
  align-self: flex-start;
}

@media screen and (max-width: 664px) {
  .headings {
    text-align: center;
  }

  .image {
    align-self: center;
  }
}

@media screen and (max-width: 1199px) {
  .flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .flex-container {
    display: flex;
  }
}

h4 {
  margin-top: 70px;
}

.clear {
  clear: both;
}

.tech-list {
  display: flex;
  flex-wrap: wrap;
  padding-right: 3em;
}

.tech-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tech-icon>* {
  align-self: center;
  cursor: default;
  display: inline-block;
  font-size: 36pt;
  padding: 0.25em 0.25em 0;
}

.tech-icon>span {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-sizing: content-box;
  display: inline-flex;
  font-size: 32pt;
  font-weight: bold;
  justify-content: center;
  line-height: 50px;
  max-height: 67px;
  user-select: none;
}

.tech-icon>small {
  font-size: 10pt;
}

.social-links {
  margin-bottom: 50px;
}

.link {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

.link>svg {
  font-size: 24pt;
  margin-right: 0.5em;
  width: 38px;
}

footer {
  margin-bottom: 150px;
}