table {
	border-style: solid;
	border-color: rgb(144, 133, 50);
	border-width: 2px;
}
menubar {
	position: sticky;
	max-width: 100%;
	background: rgb(235, 235, 235);
	display: block;
	top: 0;
	opacity: 80%;
}
name.one{
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	margin-left: 5%;
}
name.two{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2em;
	margin-right: 10%;
}
click {
	border: 1px solid transparent;
	max-width: 10%;
	padding: 10px;
	background: rgb(235, 235, 235);
	text-align: center;
	text-decoration: none;
	font-family: Source Sans Pro, Courier New;
	font-weight: bold;
	font-size: 1.5em;
	float: right;
	display: block;
	margin: 1%;
	border-radius: 6px;
}
intro {
	text-align: center;
	font-family: Libre Baskerville, Verdana;
	font-size: 3em;
	display: block;
	background-color: rgb(80, 80, 80);
	margin-top: 12%;
	margin-bottom: 10px;
	color: white;
	padding: 5px;
	border-radius: 10px;
	
}
content {
	margin-top: 30%;
	font-family: Arvo, Verdana;
	font-size: 2em;
	display: block;
	opacity: 75%;
	background-color: rgb(255, 198, 74);
	text-align: center;
	border-radius: 10px;
}
a {
	color: black;
	text-decoration: none;
}
img {
	border-style: none;
	border-radius: 4px;
}
@media only screen and (max-width: 500px){
	click {
		max-width: 100%;
		width: 100%;
		font-size: 1.8em;
		margin: 0;
		padding: 0px;
		border-radius: 3px;
	}
	intro {
		margin-top: 30%;
	}
	body {
		font-size: .7em;
	}
	menubar {
		border-style: none;
		border-radius: 3px;
		text-align: center;
		position: relative;
	}

}
