html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
.centraliza_tudo{
	padding-top: 10px;
	margin-left: auto;
  text-align: center;
  margin-right: auto;
	align-content: center;
	display: block;
}
.centraliza_tudo2{
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  align-content: center;
  display: block;
}
.formata_fonte{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
}
.fonte_branca{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: white;
}
.conteudo_site{
  width: 35%;
  margin-top: 120px;
}
.add_cert{
  width: 95%;
  padding: 15px;
  margin-top: 50px;
  background-color: rgba(254,255,203, 0.12);
  border: solid #ccc 1px;
}
body {
  background-image: url("bg.png");
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 920px){
  .conteudo_site{
    width: 50%;
  }
}