.ok {
 position: absolute;
right : px;
	
	
}






body{
	background-image: url("900.jpg");
	background-size: cover;
	background-attachment: fixed;
background-position: 0px;


 }
 
h1 {
	font-family:Arial ;
	text-shadow:#000000 10px 1px 10px;
font-size: 720% ;
color:#FFFFFF;
text-align: center;
position: relative;
 top: 290px;
}

#header{
	border-radius: 30%;
	
	text-align: center;
}

#nav{
	 
font-family:Arial ;
    width: 100%;
    display: table;
    margin: 0 auto;
    transform: translateY(-50%);
}

#nav a
{
	border-radius: 35%;
	
	
    font-family:Arial ;
    position: relative;
	top: 500px;
    width: 14%;
    display: table-cell;
    text-align: center;
    color: #ffffff;
	text-shadow:#000000 10px 1px 10px;
    text-decoration: none;
   
    font-weight: bold;
    padding: 10px 15px;
    transition: 0.2s ease color;
}

#nav a:before, #nav a:after
{
    content: "";
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.2s ease transform;
}

#nav a:before
{
    top: 0;
    left: 10px;
    width: 6px;
    height: 6px;
}

#nav a:after
{
    top: 5px;
    left: 18px;
    width: 4px;
    height: 4px
}

#nav a:nth-child(1):before
{
    background-color: yellow;
}

#nav a:nth-child(1):after
{
    background-color: red;
}

#nav a:nth-child(2):before
{
    background-color: #00e2ff;
}

#nav a:nth-child(2):after
{
    background-color: #89ff00;
}

#nav a:nth-child(3):before
{
    background-color: purple;
}

#nav a:nth-child(3):after
{
    background-color: palevioletred;
}
#nav a:nth-child(4):after
{
    background-color: #FF00FF;
}
#nav a:nth-child(4):before
{
    background-color: #6A5ACD;
}
#nav a:nth-child(5):after
{
    background-color: #0000FF;
}
#nav a:nth-child(5):before
{
    background-color: #00FFFF;
}
#nav a:nth-child(6):after
{
    background-color: #00FF7F;
}
#nav a:nth-child(6):before
{
    background-color: #FF4500;
}
#nav a:nth-child(7):after
{
    background-color: #FFDAB9;
}
#nav a:nth-child(7):before
{
    background-color: #9370DB;
}

#indicator
{

    position: absolute;


    width: 60px;
    height: 3px;

    border-radius: 5px;
    transition: 0.2s ease left;
	
}

#nav a:hover
{
    color: ffffff;
	text-shadow:#000000 10px 10px 20px;
}

#nav a:hover:before, #nav a:hover:after
{
    transform: scale(1);
}

#nav a:nth-child(1):hover ~ #indicator
{
	top: 1450%;
	left: 3%;
    background: linear-gradient(130deg, yellow, red);
}

#nav a:nth-child(2):hover ~ #indicator
{
	top: 1450%;
    left: 16%;
    background: linear-gradient(130deg, #00e2ff, #89ff00);
}

#nav a:nth-child(3):hover ~ #indicator
{
	top: 1450%;
    left: 31%;
    background: linear-gradient(130deg, purple, palevioletred);
}
#nav a:nth-child(4):hover ~ #indicator
{
	top: 1450%;
    left: 44%;
    background: linear-gradient(130deg, #FF00FF, #6A5ACD);
}
#nav a:nth-child(5):hover ~ #indicator
{
	top: 1450%;
    left: 58%;
    background: linear-gradient(130deg, #0000FF, #00FFFF);
}
#nav a:nth-child(6):hover ~ #indicator
{
  top: 1450%;
	left: 72%;
    background: linear-gradient(130deg, #00FF7F, #FF4500);
}
#nav a:nth-child(7):hover ~ #indicator
{
	top: 1450%;
    left: 87%;
    background: linear-gradient(130deg, #FFDAB9, #9370DB);
}


#ytd-url {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  margin: 20px;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
  z-index: 125;
}

  #article  {
	  background-color: rgba(6, 5, 33, 0.7);
	margin-top: 100px; 
	padding: 2%;
	border-radius: 10%;
	rgba (1, 11, 5, 0.5) ;
	
  }
  
  p  {
	
	text-indent: left;
	font-size: 27px ;
	font-family:Arial ;
	color: #949494;
	 
 }     