@import url("https://fonts.googleapis.com/css?family=Carrois+Gothic");

.logo {
  opacity: 0;
  transition: opacity 5s linear;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  font: normal 12px/14px "Carrois Gothic", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  color: #fff;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  background: black;
}

img.logo {
  text-align: center;
  margin: 0 auto;
  position: fixed;
}

.evento {
  position: absolute;
  top: 2%;
  left: 5%;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 20;
  opacity: 1;
  font-size: 2rem;
  color: #FFF;
  font-weight: bold;
}

.titulo {
  position: absolute;
  top: 5%;
  left: 5%;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 20;
  opacity: 1;
  font-size: 3rem;
  color: #FF0;
  font-weight: bold;
  line-height: 35px;
}
.titulo a {
  color: #FF0;
}