header {font-family: 'Kanit', sans-serif;
		color: ghostwhite;
		text-align: right;
		font-size: small;
		color: darkred;
}
/*a:visited{  
        color: ghostwhite;  
         }  
a:hover{  
        color:  
         }  
a:active{  
        color: lightcyan;  
         }  

         }*/

a:link {
	color: lemonchiffon;
}

a:visited {
	color: ghostwhite;
}

a:focus {
	color: darkmagenta;
}

a:hover {
	color: orangered; 
}

a:active {
	color: palevioletred;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li{
  display: inline;
}


h1 {	
		color: burlywood;
		text-align: center;
		/*border: 1px solid rgba(45, 100, 195, 0.25);*/
		cursor: wait; 
		font-family: 'Bangers', cursive;
}
h2,h3{
color: #215585;
		/*text-align: center;*/
		/*border: 1px solid rgba(45, 100, 195, 0.25);*/
		cursor: wait; 
		font-family: 'Righteous', cursive;

}



body {
		background-image: url(https://weduitglobal.com/galaxytree.jpeg);
		background-size: cover ;
/*		font-family: 'Kanit', sans-serif;
*/		color: #c103ca;
background-color: rgba(30,111,111,0.4)
}

.spacecat
{
text-align: center;

}

img {
	transition: 2s;
}

img:hover{
	transform: scale(1.75);

}
