
/*************************************************************

-________________ ______________ __  __   ______ _______ ________ ________
__  ___/___  __ \__  ___/___  / _ \/ /   ___  / ___    |___  __ )__  ___/
_____ \ __  /_/ /_____ \ __  /  __  /    __  /  __  /| |__  __  |_____ \ 
____/ / _  _, _/ ____/ / _  /____  /     _  /____  ___ |_  /_/ / ____/ / 
/____/  /_/ |_|  /____/  /_____//_/      /_____//_/  |_|/_____/  /____/  
                                                                         

Built by Srsly Labs
-
Project: Project Two Getting To Know My URL 

***************************************************************/
@import url('https://fonts.googleapis.com/css?family=Heebo&display=swap');

body {
	text-align: center;
}

.my-name {
	background: #39ff14;	
}

.my-ascii {
	background: #ff6ec7;
}

.background {
	background: #39ff14;
}

.design-inspiration {
	background: #ff6ec7;
}

.non-designed-object {
	background: #39ff14;
}

.everyday-object {
	background: #ff6ec7;
}

ul {
	list-style-type: none;
	text-align: center;
	font-size: 2vw;
	
}

li {
	display: inline-block;
	margin: 0 0.5vw;
}

a:hover {
	background-color: yellow;
	color: green;
}

.current-page {
	background-color: purple;
	color: white;
	text-decoration: underline;
}

h1 {
	font-size: 28px;
	font-family: 'Heebo', sans-serif;
}

h2 {
	font-size: 24px;
	font-family: 'Heebo', sans-serif;
}

h3 {
	font-size: 12px;
	font-family: 'Heebo', sans-serif;
}

p.ascii {
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
}