@import "https://fonts.googleapis.com/css?family=Roboto+Mono:100";

body {
  margin: 0;
  padding: 0;
  /*  Background fallback in case of IE8 & down, or in case video doens't load, such as with slower connections  */
  background: #cb3179;
  background-attachment: fixed;
  background-size: cover;
}

/* These just style the content */
article {
  /*  just a fancy border  */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid #fff;
  margin: 10px;
  z-index: 2;
}

h1 {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  width: 100%;
  font-size: 56px;
  letter-spacing: 3px;
  color: #fff;
  font-family: Oswald, sans-serif;
  text-align: center;
  z-index: 2;
}

h2 {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}

/* PURPLE */

.purple {
  animation: purple 500ms ease-out alternate;
  -webkit-animation: purple 500ms ease-out alternate;
  color: #fff;
}

@keyframes purple {
  0% {
    font-size: 56px;
    color: #cb3179;
  }
  50% {
    font-size: 65px;
    color: #efa626;
  }
  100% {
    font-size: 56px;
  }
}

@-moz-keyframes purple {
  0% {
    font-size: 56px;
    color: #cb3179;
  }
  50% {
    font-size: 65px;
    color: #efa626;
  }
  100% {
    font-size: 56px;
  }
}

@-webkit-keyframes purple {
  0% {
    font-size: 56px;
    color: #cb3179;
  }
  50% {
    font-size: 65px;
    color: #efa626;
  }
  100% {
    font-size: 56px;
  }
}

/* PURPLE END */

/* YELLOW */

.yellow {
  animation: yellow 500ms ease-out alternate;
  -webkit-animation: yellow 500ms ease-out alternate;
  color: #cb3179;
}

@keyframes yellow {
  0% {
    font-size: 56px;
    color: #efa626;
  }
  50% {
    font-size: 65px;
    color: #cb3179;
  }
  100% {
    font-size: 56px;
  }
}

@-moz-keyframes yellow {
  0% {
    font-size: 56px;
    color: #fff;
  }
  50% {
    font-size: 65px;
    color: #cb3179;
  }
  100% {
    font-size: 56px;
  }
}

@-webkit-keyframes yellow {
  0% {
    font-size: 56px;
    color: #fff;
  }
  50% {
    font-size: 65px;
    color: #cb3179;
  }
  100% {
    font-size: 56px;
  }
}

/* YELLOW END */

/* BLUE */

.blue {
  animation: blue 500ms ease-out alternate;
  -webkit-animation: blue 500ms ease-out alternate;
  color: #efa626;
}

@keyframes blue {
  0% {
    font-size: 56px;
    color: #fff;
  }
  50% {
    font-size: 65px;
    color: #efa626;
  }
  100% {
    font-size: 56px;
  }
}

@-moz-keyframes blue {
  0% {
    font-size: 56px;
    color: #fff;
  }
  50% {
    font-size: 65px;
    color: #efa626;
  }
  100% {
    font-size: 56px;
  }
}

@-webkit-keyframes blue {
  0% {
    font-size: 56px;
    color: #fff;
  }
  50% {
    font-size: 65px;
    color: #efa626;
  }
  100% {
    font-size: 56px;
  }
}

/* BLUE END */

/* GREEN */

.green {
  animation: green 500ms ease-out alternate;
  -webkit-animation: green 500ms ease-out alternate;
  color: #fff;
}

@keyframes green {
  0% {
    font-size: 56px;
    color: #cb3179;
  }
  50% {
    font-size: 65px;
    color: #efa626;
  }
  100% {
    font-size: 56px;
  }
}

@-moz-keyframes green {
  0% {
    font-size: 56px;
    color: #cb3179;
  }
  50% {
    font-size: 65px;
    color: #efa626;
  }
  100% {
    font-size: 56px;
  }
}

@-webkit-keyframes green {
  0% {
    font-size: 56px;
    color: #cb3179;
  }
  50% {
    font-size: 65px;
    color: #efa626;
  }
  100% {
    font-size: 56px;
  }
}

/* GREEN END */

.bg {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 0%;
  height: 0%;
  border-radius: 100%;
  z-index: 1;
}

/* YELLOW BG */

.yellow.bg {
  background: #efa626;
}

.blue.bg {
  background: #69c1d9;
}

.green.bg {
  background: #8bbe59;
}

.purple.bg {
  background: #cb3179;
}

h1 span a {
  color: #fff;
}

.digitext-container {
  font-family: "Roboto Mono", monospace;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.text {
  font-weight: 100;
  font-size: 20px;
  color: #fafafa;
  margin-bottom: 70px
}
.dud {
  color: #fff;
}
