@import url("../variavel_css/variavel.css");

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  bottom: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.section {
  max-width: 600px;
  margin: 1.5rem auto;
  padding: 1rem;
  background-color: var(--fundo-branco-cinzaDark);
  border-radius: 10px;
  box-shadow: 1px 1px 4px var(--pretoTransparente-cinzaDark10);
}

.section h1 {
  font-size: 25px;
  padding-left: 10px;
  color: var(--texto-preto-branco);
}

.section strong {
  color: var(--texto-preto-branco);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  text-align: center;
  padding-left: 10px;
}

.section p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
  padding-right: 10px;
  padding-left: 10px;
  color: var(--texto-preto-branco);
}
