:root {
  --vp-c-text-1: #344242;
}

:root.dark {
  --vp-c-text-1: lavenderblush;
}

body {
  text-align: justify;
}

h1 {
  font-size: 38px !important;
  margin-bottom: 60px;
  text-align: center;
}

a.title {
  color: var(--vp-c-brand) !important;
  font-size: 18px !important;
}

a.title img {
  width: 45px !important;
  height: 45px !important;
  border-radius: 50%;
  margin-right: 50px;
}

img#structura {
  width: 400px !important;
  border-radius: 50%;
  margin: -30px auto 30px auto !important;
}

@media (min-width: 768px) {
  h1 {
    font-size: 52px !important;
    line-height: 55px !important;
    margin-bottom: 52px;
    margin-top: -7px;
  }
  img#structura {
    margin: -10px auto 40px auto !important;
  }
}
