@font-face {
 font-family: 'orbitron';
 src: url('fonts/Orbitron.ttf');
}

html, body {
  font-size: 16px !important;
  letter-spacing: 0.5px;
}

#logo {
  font-family: 'orbitron';
  letter-spacing: 2px;
  margin-top: 2rem;
}

.top16 {
  margin-top: 16px;
}

#page {
  display: flex;
}

.flex {
  display: flex;
}

.small-icon {
  font-size: 24px;
}

.img {
  width: 100px;
  height: intrinsic;
  border-radius: 50%;
}

h3 {
  margin-bottom: 20px !important;
}

.ml16 {
  margin-left: 16px;
}

.column {
  flex-direction: column;
}

.dev {
  font-weight: 700;
  font-size: larger;
}

ul, ol {
  padding-left: 20px;
}

li {
  line-height: 30px;
}

div.team > div {
  margin-top: 16px;
}

ul div.notice,
ol div.notice {
  font-weight: 500;
}

ul li:not(:first-child),
ol li:not(:first-child) {
  margin-top: 1rem;
}

.center {
  align-items: center;
}

div.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #d1c355;
  border-radius: 32px;
  font-size: 32px;
  margin-right: 16px;
  flex-shrink: 0;
  color: black;
}

ul li.mobi {
  list-style: '📱 ';
}

ul li.devops {
  list-style: '⚙️ ';
}

.top1rem {
  margin-top: 1rem;
}

.top2rem {
  margin-top: 2rem;
}

.ml1rem {
  margin-left: 1rem;
}

span.b {
  font-weight: 500;
}

.tech {
  font-size: small;
}

.tech span.exmpl {
  font-size: unset;
}

.italic {
  font-style: italic;
}

.footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: rgb(246, 246, 246);
  padding: 2rem 8px;
}

.bckgr {
  background-color: rgb(246, 246, 246);
  border-radius: 7px;
}

.c {
  background-color: #d1c355;
}

.p16 {
  padding: 16px;
}

.nu {
  text-decoration: none;
}

.mb2rem {
  margin-bottom: 2rem;
}

#contacts p {
  margin-bottom: 0;
}