﻿h1,h2,h3,h4,h5,h6 { color: #ffffff; font-size: 35px; text-align: center; }


.html {
  background-color: #000000;
  position: relative;
  top: 0%;
}



.all {
  position: relative;
  top: 1px;
  
  border: 0px solid rgb(185, 182, 21);
  
}



.name {
  color: #ffffff;
  font-size: 65px;
  text-align: center;
}






.div4 {
  text-align: center;
  width: 85%;
  max-width: 700px;
  position: relative; top: 1px;
  border: 0px solid rgb(21, 177, 185);
  
}



p.special {
  color: #ffffff;
  font-size: 20px;
  text-align: left;
}


li.special {
  color: #ffffff;
  font-size: 20px;
  text-align: left;
}





.images2 {
  
  width:100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index:5;
  position: relative;
  top: -226px;
}




.blink-1 {
  animation-name: blink;
  animation-timing-function: linear;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}


@keyframes blink {
  50% {
    opacity: 0;
  }
}


#topLayer{
	
position:relative;
top: 251px;
left: 0px;
width: 800px;

z-index:9;
border: 0px solid rgb(185, 182, 21);

}



