body {
	margin-left:0;
	color: #000;
	background-color: #919191;
	margin-right: 0px;
	font-family: "Lucida Console", "Courier New", monospace;
	background-image: url("../images/bg.jpg");
}

h1 {
	margin-left:0px;
	color: #1f1f1f;
	background-color: #fff;
	padding: 0px;
}

img {
	display: block;
	width: auto;
	height: auto;
	margin: 0px;
}

a {
	margin-right:0vw;
}

textarea{
	width:50vw;
	height:10vh;
}

.mainbody{
	margin-left:0.5vw;
	margin-right:0.5vw;
}

.input{
	width:50vw;
}

.margins{
	margin-left:5vw; 
	margin-right:5vw; 
}
@media (max-width: 600px) {
	.margins, .mainbody,.navbar{
	margin-left:0vw; 
	margin-right:0vw; 
	}
	body{
		font-size:15px;
	}
}

.navbar{
	background-color:white;
	color:black;
	padding: 10px;
	font-size: 36px;
	text-decoration: none;
}

a:link {
	color: orange;
	text-decoration: underline;
}

a:visited {
	color: grey;
	text-decoration: none;
}

a:hover {
	color: hotpink;
	text-decoration: none;
}

a:active {
	color: purple;
	text-decoration: none;
} 
