:root {
  --bs-link-color-rgb: var(--bs-text-color-rgb);
  --bs-link-hover-color-rgb: var(--bs-text-color-rgb);
  --bs-body-font-family: "Roboto Slab", serif;
}

main {
  width: 100%;
  height: 100dvh;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

div {
  text-align: center;
}

img {
  width: 250px;
  margin-bottom: 30px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

strong {
  color: #0769ae;
}

strong.header {
  color: #7fb337;
  font-size: 1.35rem;
}

