html, body {height:100%; margin:0px; padding:0px;}
html {overflow-y:scroll;color:black;scrollbar-base-color:#gret; overflow-x:hidden;}

a:link {text-decoration: none; color: #0303fc}
a:visited {text-decoration: none; color: #0303fc;}
a:active {text-decoration: none; color: #0303fc;}
a:hover {text-decoration: none; color: #c2c2c4;}


body {
	font-family: 'Roboto Condensed', serif;
	font-size: 1.25em; background-color: #feaace;
	margin: 10px;
  	background-image: url("kaiyahimage.jpg"), url("#");
  	background-repeat: no-repeat;
	background-size: 100%; width: 100%; height: 200vh;
 	overflow-y:scroll;
        background-color: #feaace;
}

button {position: absolute; top: 10px; left: 10px; font-size: 2em;}

@media (max-width: 1200px) {
button {top: 700px}
}
@media (max-width: 1000px) {
button {top: 600px; left: 33%;}
}
@media (max-width: 800px) {
button {top: 400px; left: 33%;}
}
@media (max-width: 600px) {
button {top: 50%;  left: 20%;}
}
