.about-block {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}

#dustcanv {
  position: absolute;
  background-color: transparent;
  z-index: -1;
  left: 0%;
  top: 10%;
}

.m-blockb {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  width: 100%;
  background-image: url("../media/misc/about-bg.jpg");
  background-size: cover;
}

#topblock {
  background-color: rgb(179, 212, 179);
}

.icon-block {
  display: flex;
  height: 20%;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  backdrop-filter: blur(15px);
}
.icon-block:hover {
  cursor: pointer;
}

.auicons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
}
.auicons:hover {
  color: rgb(161, 161, 161);
  transition: all 0.3s ease-in-out;
}

.ico {
  height: 2rem;
  width: 2rem;
  margin-bottom: 1rem;
}

.autitle {
  font-weight: 500;
  letter-spacing: 5px;
  color: rgb(226, 226, 226);
}

.info-block {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  align-items: center;
  height: 40%;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 1rem;
  backdrop-filter: blur(15px);
}

.infop {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 33%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  color: rgb(226, 226, 226);
}

.inftitle {
  font-size: 5rem;
  font-weight: 300;
  color: rgb(226, 226, 226);
}
