

@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');

/*
* {

  box-sizing: border-box;
}

*/


body {
  background-color:  black;
  display: run-in;
  justify-content: center;
  align-items: center;
  height : 50%;
  width:100%;  
background-image: url('bk4.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 10px;
  height: 100vh;
  min-height: 670px;  
 
}



.waviy {

  margin:25;
  
  text-align : center;
  display: block;

 

  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
  font-size: 30px;
}


.waviy span {
  font-family: 'Alfa Slab One';
  position: relative;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));


}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-20px)
  }
}


.myDiv {
 /* margin-top : 300px;*/
  height : 15%;
  width:80%;
 border: 5px outset red;
  background-color: black;    
  text-align: center; 
  /*margin :20;*/
}




ol li{
    list-style-type: decimal;
padding-bottom:7px;
font-size: 18px;
}

ol li li{
    list-style-type: lower-alpha;
padding-bottom:7px;
font-size: 18px;
}


div.container {
  text-align: center;

}

ol.myOL {
  display: inline-block;
  text-align: left;

 
}

h2 {
font-family: 'verdana';
text-align: center;
color : #fff;
font-size: 20px;
}

ol li li:hover {
  background-color: #f2f2f2;
font-size: 22px;
}


.line {
  width: 100%;
  height: 4rem;
  overflow: hidden;
/*  border: 1px solid black; */
  padding:0;
  margin-bottom: 16px;
}


/* subtle zoom to attention and then back */
.pop-outin {
  animation: 2s anim-popoutin ease infinite;
}


@keyframes anim-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: red;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 7px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    /* animate nothing to add pause at the end of animation */
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}


.center {
            display: flex;
            justify-content: center;
            color: green;
        }
