body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

img {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  width: 200px;
  height: 200px;
}

.circular-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

h1 {
  text-align: center;
  color: rgb(47, 153, 215);
  margin: 0 auto;
  width: fit-content;
}

h6 {
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}

h3 {
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}

a {
  text-decoration: none;
  color: rgb(21, 0, 253);
  margin: 0 auto;
  width: fit-content;
}

.linha-separadora {
  border: none;
  border-top: 1px solid #cccccc;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin: 10px auto;
  width: fit-content;
}

footer {
  display: block;
  unicode-bidi: isolate;
  background-color: rgb(47, 153, 215);
  text-align: center;
  color: #f0f0f0;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.imagem-final {
  width: 40%;
  height: 10%;
  border-radius: 50%;
  object-fit: cover;
  align-items: center;
}
