.fixed {
  height: 70px;
  background-color: var(--darkColor);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed h1{
 font-size: clamp(0.9rem, 2vw, 1.2rem);
}

#container {
  margin-left: auto;
  margin-right: auto;
  max-width: 678px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
}

#title p:first-child {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

#title p:nth-child(2) {
  font-size: clamp(1.3rem, 2.2vw, 2.2rem);
}

#title p:nth-child(3) {
  font-size: clamp(1rem, 1.8vw, 1.8rem);
}

#title p:nth-child(4) {
  font-size: clamp(0.9rem, 1.8vw, 1.5rem);
}

#title p:nth-child(5) {
  font-size: clamp(0.8rem, 1.6vw, 1.4rem);
}

#info {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e9e9e9;
  border-radius: 5px;
  color: #616161;
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
  padding: 5px;
  width: 100%;
}

#info span {
  margin-bottom: 3px;
  border-bottom: 0.4px dotted #3964bf;
}

#contact {
  height: 50px;
  background-color: #d5d5d5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 8px;
  border-radius: 2px;
}

#contact i[class^="fa-"] {
  font-size: 30px;
  margin-left: 8px;
  margin-right: 8px;
}

#contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
}

i#tele {
  color: #2fa3d9;
}

i#whats {
  color: #29ad17;
}

i#face {
  color: #395693;
}

img#photo {
  width: 190px;
  border-radius: 6px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  border: 1px solid #fff;
  background: rgb(1, 43, 166);
  background: linear-gradient(180deg, rgba(1, 43, 166, 1) 2%, rgba(118, 127, 238, 1) 82%);
}

/* #listall {
} */

.list {
  background-color: var(--setColor);
  height: auto;
  text-align: right;
  padding: 2px;
  border-radius: 3px;
  margin-bottom: 4px;
  font-size: clamp(0.9rem, 1vw, 1rem);
}

.list span {
  direction: rtl;
}

#sectionTitle {
  height: 35px;
  line-height: 35px;
  background-color: var(--darkColor);
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: clamp(1rem, 1.1vw, 1.1rem);
}

.books img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  body {
    background-color: blue;
  }
}
