.navbar-logo {
  display: block;
  bottom: unset !important;
  right: unset !important;
  top: 5px;
  left: 12px;
  height: 70px !important;
  width: 70px !important;
  max-width: unset !important;
  max-height: unset !important;
}

#quarto-content > div > div.about-entity > img {
  height: 30em;
}

.dropdown-header {
  color: lightgrey;
}

.main-container {
  max-width: 100% !important;
}

#right {
  padding-left:30%
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
}

img {
  width: 100%;
  height: 100%;
}
      
#rounded5 {
  border-radius: 5%;
}