/* 
                                                                            
     .*   `MICHELLE.                      .MICHELLE'    .*             
	       888888888.               	.888888888                  
	       888888'  `888.           .888'  `888888                    
	        88888!  .88.  88.   .88  .88.  88888!                    
	*     `888  	      `8 ( ) 8'           888'                  
	         8888  '"        |U|        "'  8888       .*             
	        888888888888"'   |U|  `888888888888                           
	                .8'     8|U|8     '8.                              
	               .8' 88   8|U|8  88 '8.         .*                 
	            888  `'     8|U|8  `' 888                               
	             88888   .88 |U| 88.   88888                      
	            :8888888888' (U) '8888888888:        *           
	            '! 8888888'       '8888888 !'                     
	      .*        ERAZO          ERAZO                          
	               8                    8                          
	              8                      8                                 
		                       
	.  .._. __ .  ..___.   .   .___  .___.__ .__..___..__.
	|\/| | /  `|__|[__ |   |   [__   [__ [__)[__]  _/ |  |
	|  |_|_\__.|  |[___|___|___[___  [___|  \|  |./__.|__.
 */
body {
	text-align: center;
}

.my-name {

	background: linear-gradient(#FFCAF4, white) no-repeat fixed center;
	
}

.my-ascii {
	background: linear-gradient(#FFCAF4, white) no-repeat fixed center;
}

.background {
	background: linear-gradient(#FFCAF4, white) no-repeat fixed center;
}

.design-inspiration {
	background: linear-gradient(#FFCAF4, white) no-repeat fixed center;
}

.non-designed-object {
	background: linear-gradient(#FFCAF4, white) no-repeat fixed center;
}

.design-object {
	background: linear-gradient(#FFCAF4, white) no-repeat fixed center;
}

ul {
	list-style-type: none;
	text-align: center;
	font-size: 16px;
	font-family: futura, arial;
	text-decoration: none;
	
	}

li {
	display: inline-block;
	margin: 0 0.1vw;
	border-radius: 50px;
	padding: 10px;

		
}
/* 
li a:hover {
	background-color: black;
	color: pink;

	}
li a:link {
	color: black; 
	text-align: center; 
	text-decoration: none; 
	background-color: #D5CAFF;
}
	
*/
 li a {
 	padding: 10px; 
 	display: block; 
 	width: auto; 
 	border-radius: 50px;

 } 
 li a:link {
 	color: black; 
 	text-align: center; 
 	text-decoration: none; 
 	background-color: white;}

 li a:visited { 
 	background-color: white;
 	color:#FC89E5;
 }
 li a:hover {
 	color: #FFCAF4; 
 	background-color: black;
 }
 li a:active {
 	color: #FFCAF4; 
 	background-color: black;
 }
a:link{
	color:#FC89E5;
}
a:visited { 
 	background-color: white;
 	color:#FC89E5;
 }
 .current-page {
	background-color: black;
	color: #FFCAF4;
	
	}


h1 {
	font-size: 35vw;
	line-height: 0;
	font-family: "Futura", "Arial";
	color: #A4FEFB;
}

h2 {
	font-size: 100px;
	line-height: 0;
	font-family: "Futura", "Arial";
	color: #A4FEFB;  /* teal color */
	margin-top: 150px;

}

h3 {
	font-size: 12vw;
	font-family:"Futura", "Arial";

}

p.ascii {
	font-family:"Futura", "Arial";


}

pre 
{
	font-family: "Courier New", monospace;
	font-size: 1.2vw;
	color: #FFCAF4;
	text-align: left;
	background: black;
	padding: 80px;	
	display: inline-block;
	border-radius: 40px;
}
p 
{ 
	font-family:"Futura", "Arial";
	font-size: 20px;
	padding: 20px;
	color: #424242; /* gray color */
 }

img{
	padding: 20px;
}
