video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

html, body {
  height: 100%;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 150%;
  line-height: 1.4;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.viewport-header {
  background: rgba(0, 0, 0, 0.66);
  position: relative;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zone{
  background: rgba(0, 0, 0, 0.66);
  position: relative;
  text-align: center;
  justify-content: center;
  color: white;
}
.zone h2{
	color: #ffdc2a;
	margin: 0;
}

h1 {
  font-family: "Syncopate", sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3vw;
  line-height: 1.2;
  font-size: 3vw;
  text-align: center;
}
h1 span {
  display: block;
  font-size: 10vw;
  letter-spacing: -1.3vw;
}

main {
  
  color: white;
  position: relative;
  padding: 1rem;
  height: 100%;
}
main p {
  max-width: 600px;
  margin: 1rem auto;
}





 body .container, body .button, body .sun, body .button span {
	 position: absolute;
}
 body .container {
	 width: 300px;
	 height: 200px; 
	 bottom: 0px;
}
 body .container a:hover .sun {
	 bottom: 176px;
	 transition: all 1s ease-in-out;
	 box-shadow: 0px 0px 10px #ffdc2a;
}
 body .container a:hover .button {
	 box-shadow: 0px 0px 36px #c80de0;
	 transition: all 1s ease-in-out;
}
 body .container .sun {
	 width: 64px;
	 height: 64px;
	 left: 120px;
	 bottom: 136px;
	 background: linear-gradient(180deg, #ffdc2a 0%, #fb2182 41.54%);
	 box-shadow: 0px 0px 36px #ffdc2a;
	 z-index: 2;
	 border-radius: 65px;
	 transition: all 1s ease-in-out;
}
 body .container .button {
	 width: 300px;
	 height: 65px;
	 background: #2c0055;
	 box-shadow: 0px 0px 16px #c80de0;
	 border-radius: 2px;
	 z-index: 3;
	 border: 2px solid;
	 transition: all 1s ease-in-out;
	 border-image: linear-gradient(#360154, #d442d5) 30;
}
 body .container .button span {
	 text-align: center;
	 font-family: "Syncopate", sans-serif;
	 left: 56px;
	 font-size: 35px;
	 line-height: 70px;
	 margin: 0 auto;
	 transition: all 0.3s ease-in-out;
	 background: -webkit-linear-gradient(#ffdc2a, #fb2182);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
}

.circle-container {
  position: relative;
  width: 20em;
  height: 20em;
  border-radius: 50%;
  padding: 0;
  list-style: none;
  margin: 5em auto 0;
  border: solid 5px #c80de0;
  box-shadow: 0px 0px 36px #c80de0;
}
.circle-container > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3em;
  width: 6em;
  height: 6em;
  ;
}
 body .container li{
	 font-size: 12px;
	 color: #c80de0;
 }
 
.circle-container a{
	 text-decoration: none;
	 font-size:23px;
	 color: #ffffff;
 }
.circle-container a:hover{
	 text-decoration: none;
	 font-size:23px;
	 color: #c80de0;
 }

.circle-container > *:nth-of-type(1) {
  transform: rotate(0deg) translate(10em) rotate(0deg);
}
.circle-container > *:nth-of-type(2) {
  transform: rotate(50deg) translate(10em) rotate(-50deg);
}
.circle-container > *:nth-of-type(3) {
  transform: rotate(100deg) translate(10em) rotate(-100deg);
}
.circle-container > *:nth-of-type(4) {
  transform: rotate(150deg) translate(10em) rotate(-150deg);
}
.circle-container > *:nth-of-type(5) {
  transform: rotate(200deg) translate(10em) rotate(-200deg);
}
.circle-container > *:nth-of-type(6) {
  transform: rotate(250deg) translate(10em) rotate(-250deg);
}
.circle-container > *:nth-of-type(7) {
  transform: rotate(300deg) translate(10em) rotate(-300deg);
}

.circle-container img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: grayscale(100%);
  border: solid 5px #c80de0;
  box-shadow: 0px 0px 36px #c80de0;
  transition: .15s;
}
.circle-container img:hover {
  filter: grayscale(0);
}

/* Style the footer */
footer {
  background-color: #000;
  padding: 10px;
  text-align: center;
  color: white;
  position: relative;
}
 
 
body {
  overflow-x: hidden;
  font-family: Sans-Serif;
  margin: 0;
}

.menu-container {
  position: relative;
  display: flex;
  align-items: center;
  background: #232323;
  color: #cdcdcd;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  justify-content: center;
}

.menu-container a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

.menu-container a:hover {
  color: #bd10e0;
}

.menu-container input {
  display: block;
  width: 35px;
  height: 25px;
  margin: 0;
  position: absolute;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/* Burger menu */
.menu-container span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

.menu-container span:first-child {
  transform-origin: 0% 0%;
}

.menu-container span:nth-child(3) {
  transform-origin: 0% 100%;
}

.menu-container input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(3px,-1px);
  background: #232323;
}

.menu-container input:checked ~ span:nth-child(4) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.menu-container input:checked ~ span:nth-child(3) {
  transform: rotate(-45deg) translate(-5px,11px);
}

.menu ul {
  list-style: none;
}

.menu li {
  padding: 1px 0;
  font-size: 22px;
}

/* mobile styles */
@media only screen and (max-width: 767px) { 
  .menu-container {
    flex-direction: column;
    align-items: flex-end;
  }
  
  .menu {
    position: absolute;
    box-sizing: border-box;
    width: 300px;
    right: -300px;
    top: 0;
    margin: 0px;
    padding: 75px 50px 50px;
    background: #cdcdcd;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translateX(0%);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  .menu-container input:checked ~ .menu {
    transform: translateX(-100%);
  }
}

/* desktop styles */
@media only screen and (min-width: 768px) { 
  .menu-container {
    width: 100%;
  }

  .menu-container a {
    color: #cdcdcd;
  }

  .menu-container input {
    display: none;
  }

  /* Burger menu */
  .menu-container span {
    display: none;
  }

  .menu {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .menu ul {
    display: flex;
    padding: 0;
  }

  .menu li {
    padding: 0 20px;
  }
}


div.b {
  display: inline-block;
  width: 200px;
  height: 100px;
  padding: 5px;
  border: 1px solid blue;    
  background-color: yellow; 
  opacity: 0.45;
  font-size:16px;
  line-height: 20px;
  text-align: center;
}
div.b:hover{
	opacity: 1;
	
}


table.GeneratedTable {
  width: 100%;
  background-color: #000000;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #ffdd00;
  border-style: solid;
  color: #ffffff; 
  opacity: 70%;
}

table.GeneratedTable td, table.GeneratedTable th {
  border-width: 2px;
  border-color: #ffdd00;
  border-style: solid;
  padding: 3px;
  opacity: 100%;
 
}

table.GeneratedTable thead {
  background-color: #ff00e1;
}



