

html, body {
        margin: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #000;
        font-family: "Bahnschrift Regular";
        font-weight:normal;
      }


.manutencao{
  position: absolute;
  /*width: 100vw;
	height:100vh;*/
  margin-top: 25vh;
  margin-bottom: 33vh;
  margin-left: 33vw;
  margin-right: 33vw;
  text-align: center;
  z-index:9999;
}

.logo{
  width: 33vw;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #1c1c1c;
  color: white;
  text-align: center;
}


h2{
	color: #ffffff;
}

h3{
	color: #ffffff;
}

i{
	color: #ffffff;
}
