@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Slab:wght@200&display=swap');

html,
body {
  background-color: black;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
html .slides,
body .slides,
html > .dg,
body > .dg {
  display: none;
}

@media (min-width: 1000px) {
  body {
    background-repeat: no-repeat;
  }
  body > .dg {
    display: block;
  }
}

.bottom-left {
  position: absolute;
  bottom: 20px;
  left: 16px;
  text-align: left;
  font-family: 'Bebas Neue', cursive;;
  font-size: 3vh;
  font-weight: 700;
  color: white;
}

.top-right {
  position: absolute;
  top: 20px;
  right: 16px;
  text-align: right;
  font-family: 'Bebas Neue', cursive;;
  font-size: 3vh;
  font-weight: 700;
  color: white;
}

.top-left {
  margin: 3vh;
  position: absolute;
  text-align: left;
  top: 8px;
  left: 16px;
  font-family: 'Bebas Neue', cursive;;
  font-size: 3vh;
  font-weight: 700;
  color: white;
}

.top-thin {
  text-decoration: none;
  text-align: left;
  width: 100%;
  font-family: 'Roboto Slab', serif;
  font-size: .7ex;
  font-weight: 300;
  color: white;
}
.top-thin a{
  text-decoration-style: dashed;
  color: white;
}



.dribbble {
  transition: transform .2s; /* Animation */
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 2ex;
  text-align: right;
  color: white;
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
}

.dribble:hover{
  outline: 1px; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.dribbble a {
  text-decoration: none;
  color: white;
}