* {
	margin: 0;
	padding: 0;
}
html
{
	max-width: 1063px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0px;
    overflow-x: hidden; 
	background-color: aliceblue;
}

body {
	margin: 0 auto;
	text-align: center;
	font-family: 'Merriweather', serif;
}

h1 {
	color: #66bfbf;
	font-family: 'Sacramento', cursive;
	font-size: 300%;
}

h2 {
	font-family: 'Montserrat', sans-serif;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 3px;
}



.top-container {
	padding-top: 15%;
	position: relative;
}



.decor-img  {
	
	border-radius: 50%;
	width: 128px;

}

.profile-head {
	padding: 0;
}

.top-cloud {
	top: 110px;
	right: 200px;
	position: absolute;
}
.bottom-cloud {

	position: absolute;
	left: 200px;
}



