:root [data-md-color-primary=white] {
  --md-typeset-a-color: var(--md-accent-fg-color) !important;
  --md-typeset-mark-color: var(--md-mermaid-node-bg-color);
}

.md-tabs__item.md-tabs__item--active {
  color: var(--md-typeset-a-color);
}

body {
  text-align: justify;
}

footer {
  background-color: #00FFFF;
}

/* Change the text color in the footer */
footer {
  color: #00FFFF;
}

figure{
  background-color: white;
  border-radius: 15%;
}

figcaption.rep{
  color: black;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
  font-size: 16px;
  font-style: normal;
}

.no_img{
  width: 200px;
  height: 200px; 
  background-color: #3f6ec6; 
  border-radius: 50%; 
  border: 3px solid #3f6ec6; 
  font-size: 100px; 
  color: white; 
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.box{
  display: flex;
  justify-content: center;
  gap: 10%;
}

img.rep{
  width: 70%;
  transition: .2s ease-in-out;
}
img.rep:hover{
  cursor: pointer;
  transform: scale(1.05);
}
