

* {
	font-family:sans-serif;
}

#footer {
	color:#4c4949;
}

#footer a:link {
	color:#09345a;
}


#canvas1, #footer{
	width:90vw;
	max-width:50em;
	margin:auto;
}

#canvas1 {
	background-color:#e5d8c04a;
	padding:1.5em;
	border-radius: 10px;
	border-width: 1px;
    border-style: solid;
    border-color: #0949813d;
}


a[name="button1"] {
	display: inline-block;
    padding: 1em;
	background-color: #14AE5C;
    border-color: #0b6f39;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    border-radius: 10px;
    color: white;
    text-decoration:none;
}


body {
	background: #82c8cf;
background: linear-gradient(-3deg,rgba(130, 200, 207, 1) 0%, rgba(255, 255, 255, 1) 77%);
	background-attachment: fixed;



	/*background: #93d3db;
	background: linear-gradient(0deg,rgba(147, 211, 219, 1) 0%, rgba(255, 255, 255, 1) 77%);*/
	word-break: break-word;
	min-width:100vw;
	min-height: 100vh;
}
