body
{
background-color: black;
color: white;
font-family: "Times New Roman", Times, serif;
margin-left: 20px;
font-size: 16px;
}


h1 
{
	font-style: normal;
	font-weight: normal;
	font-family: times;
	font-size: 100%;
}

a
{
	text-decoration: none;
	color: white;
	font-size: 100%;
}

.writing
{
	color: grey;
	width: 50%;
	font-size: 100%;
}

.titles
{
	color: white;
	font-size: 120%;
}

.dash
{
	position:fixed;
	font-size: 120%;
	font-family: times;
}

p
{
	text-decoration: none;
	color: grey;
	font-family: arial;	
	font-size: 80%;
}

 @media only screen and (max-width: 1000px) {

body {
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
}

img {
	width: 100%;
}

.writing {
	width: 100%;
	font-size: 100%;
}

.dash {
	position:fixed;
	font-size: 120%;
	font-family: times;
}
