*, :after, :before{
  -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
a,
a:focus,
a:hover {
  color: #000;
}

html,
body {}

body{
  min-height: 100vh;
  min-width: 100vw;
  background: #fff url('../img/caiteris-bg.jpg') center no-repeat;
  background-size: auto;
}

section{
  width: 100vw;
  height: 100vh;    
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: transparent url('../img/dac.png') center no-repeat;
  background-size: contain;
}




@media screen and (max-width: 991px) {}

@media screen and (max-width: 576px) {}
