* {
  box-sizing: border-box;
}

body {
  background: #000;
  margin: 0;
  padding: 0;
  font-family: "Arial";
  color: white;
  width: 100%;
}

.page {
  width: 100%;
  min-height: 100vh;
}
a {
        color: white;
      }
a:hover {
  color: red;
  text-decoration: underline;
}
   
.container {
	
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background: rgba(0, 0, 0, 0);
}

.circle-carousel {
  position: relative;
  padding-top: 100%;
  margin: 10 auto;
}
.circle-carousel .slides {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.circle-carousel .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background: rgba(255,255,255, 0.9);
  border-radius: 100%;
}
.circle-carousel .slide.active {
  z-index: 1;
  opacity: 1;
}
.circle-carousel .pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition-property: transform;
  transition-timing-function: ease-out;
  pointer-events: none;
  user-select: none;
}
.circle-carousel .pagination .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  pointer-events: auto;
  transition: 0.3s;
  background: black;
}
.circle-carousel .pagination .dot:hover {
  transform: translate(-50%, -50%) scale(1.05);
  cursor: pointer;
  background: white;
  color: black;
}
.circle-carousel .pagination .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.circle-carousel .pagination .item.active .dot {
  background: white;
  color: black;
}
.circle-carousel .next,
.circle-carousel .prev {
  position: absolute;
  bottom: 6%;
  z-index: 1;top: 95%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  transition: 0.3s;
  user-select: none;
}
.circle-carousel .next:before,
.circle-carousel .prev:before {
  content: "";
  position: absolute;
  top: 99%;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-color: transparent black;
  transition: 0.3s;
}
.circle-carousel .next:hover,
.circle-carousel .prev:hover {
  cursor: pointer;
  color: black;
}
.circle-carousel .next:hover:before,
.circle-carousel .prev:hover:before {
  border-color: transparent white;
  transform: translate(-50%, -50%) scale(1.05);
}
.circle-carousel .next {
  right: 5%;
}
.circle-carousel .next:before {
  left: 65%;
  border-width: 30px 0 30px 70px;
}
.circle-carousel .prev {
  left: 5%;
}
.circle-carousel .prev:before {
  left: 35%;
  border-width: 30px 70px 30px 0;
}

.slides2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slides2 .slide {
  opacity: 0;
}
.slides2 .slide.active {
  z-index: 1;
  opacity: 1;
}

.pagination2 {
  width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@import url(https://fonts.googleapis.com/css?family=Orbitron:700);

/* Stars 
------------------------------------- */

#space, .stars {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.stars {
  background-image: 
    radial-gradient(2px 2px at 20px 30px, #eee, rgba(0,0,0,0)),
    radial-gradient(2px 2px at 40px 70px, #fff, rgba(0,0,0,0)),
    radial-gradient(2px 2px at 50px 160px, #ddd, rgba(0,0,0,0)),
    radial-gradient(2px 2px at 90px 40px, #fff, rgba(0,0,0,0)),
    radial-gradient(2px 2px at 130px 80px, #fff, rgba(0,0,0,0)),
    radial-gradient(2px 2px at 160px 120px, #ddd, rgba(0,0,0,0));
  background-repeat: repeat;
  background-size: 200px 200px;
  animation: zoom 5s infinite;
  opacity: 0;
}

.stars:nth-child(1) {
  background-position: 50% 50%;
  animation-delay: 0s;
}
.stars:nth-child(2) {
  background-position: 20% 60%;
  animation-delay: 1s;
}
.stars:nth-child(3) {
  background-position: -20% -30%;
  animation-delay: 2s;
}
.stars:nth-child(4) {
  background-position: 40% -80%;
  animation-delay: 3s;
}
.stars:nth-child(5) {
  background-position: -20% 30%;
  animation-delay: 4s;
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.5);
    animation-timing-function: ease-in;
  } 
  85% {
    opacity: 1;
    transform: scale(2.8);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(3.5);
  }
}

/* Demo syles 
------------------------------------- */

body {
  background: #000;
  font-family: 'Orbitron', sans-serif;
}

h1 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -1.5em -2.5em;
  width: 5em;
  color: #011;
  font-size: 5em;
  text-align: center;
  text-shadow: 0 0 3px #6cf;
}
h1:first-line {
  font-size: 200%;
}