#abouts-container-mid {
  min-height: 60vh;
  padding: 25px;
  border: 1px solid #5f5f5f;
}
#abouts-container-mid ul {
  display: block;
  list-style-type: disc;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
}
#abouts-container-mid a {
  position: relative;
  z-index: 100;
}
#abouts-container-mid li {
  margin-left: 10px;
}
#abouts-container-mid li::marker {
  color: white;
}
#abouts-container {
  width: 70vw;
}
@media only screen and (max-width: 550px) {
  #abouts-container {
    width: calc(100vw - 55px);
    margin-left: 50px;
  }
  #abouts-container-mid {
    padding: 5px;
  }
}
#abouts-container h2 {
  margin-top: 20px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  color: rgb(177, 182, 185);
}
#abouts-container h3 {
  font-size: 1.0em;
  margin-left: 15px;
  margin-top: 15px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: rgb(177, 182, 185);
}
#abouts-container h4 {
  font-size: 0.8em;
  margin-left: 15px;
  margin-top: 5px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: rgba(240, 248, 255, 0.425);
}
#abouts-container-top {
  margin-top: 40vh;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#abouts-container-top-left {
  display: flex;
}
.close {
  position: relative;
  z-index: 5;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ff0000;
}
.close:hover {
  color: #ff0000;
  animation: blink0 1.8s;
  animation-iteration-count: infinite;
}
