body {
  background-color: #09090b;
}

body {
  font-family: sans-serif;
  color: white;
  padding: 0;
}

hr {
  border: 0;
  height: 1px;
  background: #444;
}

header nav ul li a {
  color: white;
}

header nav ul li a:hover {
  color: #444;
  transition: color 0.15s ease-in-out;
}

.flex {
  display: flex;
}

.container {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  padding-top: 20px;
  margin-bottom: 10px;
}

a {
  color: #06b6d4;
  font-weight: bold;
  text-decoration: none;
}

.box {
  flex: 1 1 200px;
  margin: 10px;
  text-align: center;
  border: 1px #3f3f46 solid;
  background-color: #18181b;
  border-radius: 0.5rem;
  padding: 16px;
}

.description {
  text-align: left;
  margin-top: -10px;
  color: #d4d4d8;
}

.description p h3 {
  color: #d4d4d8;
  font-size: large;
}

.section-text {
  color: #e4e4e7;
}

.image-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.images {
  width: 50%;
  height: auto;
}

.icon-text {
  display: flex;
  /* align-items: center;
  justify-content: center; */
  margin-top: 0;
  color: gray;
  font-size: 16px;
  user-select: none;
}

.icon-text .material-icons {
  color: #22d3ee;
  font-size: 20px;
  margin-right: 5px;
  user-select: none;
}

.icon-text a[href]:hover,
.icon-text:hover {
  color: #dbdbdb;
  transition: color 0.1s ease-in-out;
  user-select: none;
}

.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}
