* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", Helvetica, sans-serif;
}

body {
  background: #FFFFFF;
  color: #1C1C1E;
}

::selection {
  background: #1F2123;
  color: #ffffff;
}


/* .testdir {
  margin-top: 30px;
  margin-bottom: 20px;

  position: relative;
}

.testdir::before {
  content: "CONTINUA DEPOIS DA PUBLICIDADE";
  display: block;
  padding: 0px 10px;

  background-color: #FFFFFF;
  color: #555;

  white-space: nowrap;
  letter-spacing: 1px;
  font-size: 10px;

  transform: translateX(-50%);

  position: absolute;
  left: 50%;
  top: -20px;
}

.testdir::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;

  position: absolute;

  background-color: #e1dee4;
} */

/* CONTAINER */


/* ARTIGO */


/* IMAGEM */


/* TÍTULO */







/* TEXTO */


/* SHARE */




/* BOTÕES */