body {
	background-color:rgba(52,208,255,1);
    color: #000000;
    font-family: "Helvetica", sans-serif;
    font-weight: normal;
    font-size: 62.5%;
    border: 0;
	padding:0;
	margin:2%;
    overflow: auto;
}

#container {
	margin:auto;
    max-width: 440px;
}

#top_text	{
  font-size: 3em;
  	line-height: 34px;
}

#text_subtitle {
		font-size: 1.8em;

}

#main_graphic {
	margin-top:-2%;
	padding:2%;
		width:auto;

}

img {
height: 100%; width: 100%; object-fit: contain;
  }

#main_text {
	margin-top:-8%;
	line-height: 32px;
	font-size: 2.2em;
}

#footer {
	margin-top:4%;
}

/*links*/

a:visited {
    color: #000;
    text-decoration: underline;
}

a:link {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
    background-color: #ffcc00;
}

a:active {
    color: #000;
    text-decoration: none;
    background-color: #ffcc00;
}