* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#content {
	position: relative;
	width: 500px;
	left: 210px;
	font-family: "Nunito";
	font-size: 24px;
	margin-top: 75px;
}

@keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

#side {
	position:fixed;
	top:0;
	left: 0;
	padding-bottom: 75px;
	width: 210px;
	height: max-content;

	text-align: center;
	writing-mode: vertical-lr;
	font-family: "Bungee";
	font-size: 80px;

	transform: rotate(180deg);
}

#title {
	font-family: "Bungee";
	font-size: 80px;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: underline;
	color: inherit;
	cursor: pointer;
	-webkit-transition: color 250ms ease;
}

a:hover {
	color: rgb(255, 149, 78);
}

#shake:hover { color: #b31b1b; }
#ds:hover { color: #7d3c98; }
#robots:hover { color: #1f419a; }

#spotify:hover { color: #1db954; }
#insta:hover { color: #e1306c; }
#fb:hover { color: #3c5a99; }
#li:hover { color: #0274B3; }

#footer {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}

#footer > a {
	border-radius: 5px;
	padding: 5px;
	-webkit-transition: color 250ms;
}

#footer > a:hover {
}
