<style>
			
			header{
				color: #133E5E;	
			}


			h1{
				font-family:'Amatic SC', cursive;
				 background: radial-gradient(#06B574, #018FC4);
				 -webkit-background-clip: text;
				 -webkit-text-fill-color: transparent;
				 font-weight: 700;
				 font-size: 60px;
				 line-height: 60px;	
				 padding: 0px;

			}

			h2{
				font-family:'Amatic SC', cursive;
				font-weight: 700;
				font-size: 28px;
			}


			a{
				color: teal;
			}

			h3{
				font-family:'Amatic SC', cursive;
				font-weight: 700;
				font-size: 25px;
				color: teal;
			}


			.resize{
				width: 275px;
    			height: auto;
    			border-style: solid;
    			border-width: 4.5px;
    			border-color: teal;
			}

		

			.sectionOne{
				font-family: 'Amatic SC', cursive;
				font-weight: 700;
				background: radial-gradient(#06B574, #018FC4);
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
				font-size: 30px;
  				line-height: 30px;
			}



			.chorus{
				font-family: 'Marck Script', cursive;
				font-size: 22px;
			}
	
	body{
				text-align: center;
				font-family:'EB Garamond', serif;
				background-color: #e6faff; 
				}

		</style>