.nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem
}

.nav--home {
  flex: 1
}

.nav>a {
  margin-left: 2rem
}

.home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 200px)
}

.home p.intro {
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0rem
}

@media (prefers-color-scheme: dark) {
  p.intro .dubl {
    color: #169b62
  }

  p.intro .inire {
    color: white
  }

  p.intro .land {
    color: #ff883e
  }
}

.home ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0
}

@media only screen and (min-width: 468px) {
  .home ul {
    justify-content: space-around
  }
}

.home ul li {
  display: flex
}

@media only screen and (min-width: 650px) {
  .home ul li.pro svg {
    height: 35px;
    margin-right: 2rem;
    width: 131px;
  }
}

@media (prefers-color-scheme: dark) {
  .home ul li.pro svg path {
    fill: #fff;
  }
}

.home ul li a {
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid var(--border);
  color: var(--text-main);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 2rem
}

@media only screen and (min-width: 650px) {
  .home ul li a {
    flex-direction: row;
    gap: 2rem
  }
}

@media (prefers-color-scheme: light) {
  .home ul li a:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    text-decoration: none
  }
}

@media (prefers-color-scheme: dark) {
  .home ul li a:hover {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
    text-decoration: none
  }
}

.home ul li div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%
}

.home ul li div.app-title {
  flex: 1;
  flex-direction: row;
  margin-bottom: 1rem
}

@media only screen and (min-width: 650px) {
  .home ul li div.app-title {
    margin-bottom: 0
  }
}

.home ul li img {
  display: block;
  margin: 0 1rem 0 0;
  max-width: 50px
}

.home ul li a h1 {
  margin: 0
}

.home ul li a p {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  text-align: center
}

.home ul li a hr {
  border-color: #5473ef;
  margin: 1rem 0;
  width: 2rem
}

@media only screen and (min-width: 650px) {
  .home ul li a hr {
    margin: 1rem 0 0.5rem
  }
}

.home ul li a div div {
  flex-direction: row
}

.home ul li a dl {
  flex: 1;
  margin: 0;
  text-align: center
}

.home ul li a dt {
  font-weight: bold
}

.home ul li a dd {
  margin: 0
}

.about .intro {
  display: flex;
  flex-direction: column
}

@media only screen and (min-width: 768px) {
  .about .intro {
    flex-direction: row-reverse
  }
}

.about .intro ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

@media only screen and (min-width: 768px) {
  .about .intro ul {
    flex-direction: column;
    margin-left: 2rem
  }
}

@media only screen and (min-width: 768px) {
  .about .intro ul img {
    max-width: 100px
  }
}

.about .intro ul h3 {
  margin: 0;
  padding: 0
}

.about .grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr
}

.jobs details {
  background-color: rgba(0, 0, 0, 0.1)
}

.jobs details summary {
  background-color: rgba(0, 0, 0, 0.2)
}

.jobs details h2,
.jobs details h3,
.jobs details p {
  padding: 0 1rem
}

.jobs details h2 {
  margin-top: 2rem
}

.jobs h3 {
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  padding: 0.5rem
}

.jobs details .last {
  padding-bottom: 2rem
}

.jobs details ul li {
  margin-bottom: 1rem
}

.hi {
  position: absolute;
  right: 0
}

.sr-only {
  border: 0;
  clip: rect(0,
      0, 0,
      0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.hidden {
  display: none
}

.relative {
  position: relative
}