html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: url(./img/verwo-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Gentona-ExtraLight, Arial, sans-serif;
  color: white;
}

#content-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#btn-redirect {
  height: 50px;
  width: 250px;
  font-size: large;
  color: white;
  border: thin solid white;
  border-radius: 2px;
  background: transparent;
  transition: all 0.4s;
}

#btn-redirect:hover {
  width: 280px;
  background-color: rgba(255, 255, 255, 0.2);
}

#countdown {
  margin-bottom: 45px;
  font-size: large;
}

#time {
  font-size: larger;
  font-weight: bolder;
}

#abas-info {
  width: 100%;
  font-size: x-large;
  display: flex;
  justify-content: center;
  align-items: inherit;
}

#abas-logo {
  width: 200px;
  margin-bottom: 17px;
  margin-right: -10px;
}
