body{
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: sans-serif;
	overflow-x: hidden;
}

/* Header */ 
.headerContainer{
	background: linear-gradient(90deg, hsla(288, 20%, 75%, 1) 0%, hsla(197, 65%, 42%, 1) 100%);
	height: 40em;
	width: 100%;
}

.row{
	justify-content: center;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 40px;
}

.greeting{
	color: white;
	padding-top: 75px;
	font-family: 'Josefin Slab', serif;
}

.name{
	font-family: 'Sacramento', cursive;
	font-size: 100px;
	font-weight: lighter;
	margin: 0;
}

.name:hover{
	text-decoration: underline;
}

/* Content */
.content{
	text-align: center;
}

ul{
	list-style-type: none;
	padding-left: 0 !important;
	list-style-position: inside;
}

a{
	text-decoration: none !important;
	color: rgb(34, 34, 34) !important;
}

.underline{
	text-decoration: underline;
	font-weight: bold;
}

