body
{
	background-color:#7ab4e2;
	font-family: 'Arsenal', sans-serif;
}

#top 
{
	height:100px;
}

#content
{
	margin:auto;
	width: 80%;
	max-height:500px;
	font-size: 25px;
	font-weight:700
}

#left-box
{
	width: 50%;
	height: 100%;
	float:left;
}

img
{
	width: 100%;
	height: auto;
	float:right;
	display:block;
	max-width: 350px;
	max-height:350px;
}

#text-top
{
	display:block;
	width:50%;
	float:right;
	height:100%;
	float:top;
	text-align:left;
	margin:0px;
	margin-top:clamp(10px, 10vw, 90px);
	
}

#footer
{
	position:fixed;
	width:100%;
	text-align: center;
	background-color:white;
	bottom:0;
	left:0;
	font-weight:400;
	font-size:clamp(1px, 2vw, 20px);
}


h1
{
	font-size: clamp(4px, 4vw, 35.5px);
	font-weight:400;
	font-style: italic;
	margin:0px;
}

h2
{
	font-size: clamp(3px, 3vw, 26.63px);
	font-weight:400;
	font-style: italic;
	margin:0px;

}

h3
{
	font-size: clamp(2px, 2vw, 17.75px);
	font-weight:400;
}

a
{
	color:black;
	text-decoration:none;
}
