
body {
	background-color: #a4cacc;
}

#centergif {
	display: block;
	margin-left: 50%;
	margin-top: 50px;
}

.thegif {
	margin-left: -250px;
}

.textdiv {
	font-family: 'Share Tech Mono', monospace;
	color: black;
	width: 100%;
	text-align: center;
}

.intestazione {
	margin-top: 100px;
	color: white;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}


.credits {
	color: #5F9EA0;
}


.intestazione a, .intestazione a:visited {
	color: white;
	text-decoration: underline;
    -webkit-transition-property: all;
    -webkit-transition-duration: 1s;
    transition-property: all;
    transition-duration: 1s;
}

.intestazione a:hover {
	color: whitesmoke;
	text-decoration: none;
	font-weight: 900;
}

a {
    -webkit-transition-property: color;
    transition-property: color;
}

.credits a, .credits a:visited {
	color: #5F9EA0;
	font-weight: 600;
	text-decoration: none;
}