.Camboingy {
	margin-top: -10px;
	
}

.MC {
	
	margin-bottom: -30px;
	
}

#status {
	
	font-size: 40px;
	
}
h1 {
	font-size: 70px;
	text-align: center;
	text-decoration: none
	
}
body {
	font-family: 'Source Code Pro semibold', serif;
	color: black;
	text-align: center;
}

.Title {
	font-size: 70px;
	text-decoration: underline black;
	transition: all 0.2s linear;
	display: inline-block
	
}

/* hover effect */
.Title:hover {
	background-color: blanchedalmond;
	color: black;
	font-size: 80px;
}

/* fade-in on page load */
.FadeIn {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(1000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Links:hover {
	font-size: 37px;
	transition: all 0.2s linear;
}
.Links {
	font-size: 35px;
	transition: all 0.2s linear;
}