	body
	{
		background : black;
		/* background-image : url("R/profile.jpg") */
	}	
		nav
	{
	
		width : 800px;
		/* border : 1px solid yellow; */
		text-align : left;
		z-index: 1;
	}	
	
	
	.profile
	{
		border-radius: 100px;
	}
	h2
	{
		font-size : 20px;	
	}
	p
	{
		color : white;
		font-family: 'Yantramanav', sans-serif;	
		font-size: 60px;
	}
	a
	{
		font-family: 'Yantramanav', sans-serif;	
		font-size: 60px;
		text-decoration : none;
				color: white;

		

	}	
	a:hover
	{
		text-decoration : underline;
		font-weight: bold;
		color: white;

	}
	.rootvid
	{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%) ;min-width:100%; min-height:100vh; margin: 0;padding: 0; 
		z-index: 0;
		
	}
	
	center
	{
				position: absolute;

		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%) ;min-width:100%; min-height:100vh; margin: 0;padding: 0; 
	}
	.new
	{
		style="background-image : url("R/https://tenor.com/bVzdE.gif");
		    -moz-animation: color-change 1s infinite;
			    animation: color-change 0.3s infinite;
	}
	@-moz-keyframes color-change {
    0% { color: red; }
    17% { color: fuchsia; }
    33% { color: blue; }
	50% { color: aqua; }
    66% { color: Lime; }    
    83% { color: yellow; }    
    99.99% { color: red; }    
	}
	
	@-webkit-keyframes animation {
	  0% { color: red; }
    17% { color: fuchsia; }
    33% { color: blue; }
	50% { color: aqua; }
    66% { color: Lime; }    
    83% { color: yellow; }    
    99.99% { color: red; }    
	}