html,
body {
  font-family: "Fira Mono", "Times New Roman", monospace;
  background: rgb(0, 25, 40);
  color: rgb(215, 215, 215);
  font-size: 12pt;
}

h1,
h2 {
  font-size: 1em;
  font-weight: normal;
}

ul.languages {
  list-style: none;
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
}
ul.languages li {
  display: inline;
  color: rgb(100, 215, 0);
}
ul.languages li:after {
  color: rgb(215, 215, 215);
  content: ",";
}
ul.languages li + li:last-of-type:after {
  content: "";
}

.name {
  color: #7fdbca;
}

.header {
  display: flex;
  align-items: center;
}
.header > h1,
.header > h2 {
  padding: 10px;
}

.header .divider {
  height: 1px;
  border-top: 3px dotted #d6deeb;
  min-width: 20px;
}
.header > .divider:last-of-type {
  flex-grow: 1;
}

span.link-description {
  color: #82b1ff;
}
.link-icon {
  padding: 0 10px;
}
.link-icon img {
  opacity: 0.85;
  height: 24px;
}

a {
  color: #c789d6;
}

.info-block {
  display: flex;
}

.logo-show {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
}

.info-block div.avatar-container {
  display: flex;
  align-items: center;
  padding: 0 20px 0 10px;
}
.info-block img.avatar {
  width: 80px;
  border-radius: 50%;
}
