@charset "UTF-8";
/* CSS Document */

body{
	background-color: #000000;
	text-align: center;
}

.margin-top{margin-top:20px;}
.logo {width: 30%; margin: auto;}

.white, a {color:whitesmoke}
.color {background: -webkit-linear-gradient(45deg, crimson, purple);-webkit-background-clip: text;-webkit-text-fill-color: transparent; font-weight: bold;}
