
}
body{
 background-color: #000;
  margin: 0vh;
 font-family: Arial, Helvetica, sans-serif;
}

h1 {
font-size: 2.5em;
font-weight: bold;
color: font-color #000;
font-family:Arial, Helvetica, sans-serif;
 
}

h2 {
   font-size: 2em;
    font-weight: bold;
	color: font-color #666;
      font-family: Arial, Helvetica, sans-serif;
    }

h3 {
   font-size: 1em;
    font-weight: light;
	color: font-color #fff;

      font-family: Arial, Helvetica, sans-serif;
}

h4 {
   font-size: 0.8em;
    font-weight: none;
	color: font-color #000;
      font-family: Arial, Helvetica, sans-serif;
}
h5 {
   font-size: 0.7em;
    font-weight: none;
	color: font-color #000;
      font-family: Arial, Helvetica, sans-serif;
    
}
h6 {
   font-size: 0.5em;
    font-weight: none;
	color: font-color #000;
      font-family: Arial, Helvetica, sans-serif;
}

a:link {color: #000;}
.underline { text-decoration: underline; }
a:visited {color: #000;}
a:hover {color:#000;}
.underline { text-decoration: underline; }
a:active {color:#000;

}

.dragme{
	position:absolute;
	width: 20vw;
	height:auto;
	cursor: move;

}

<-- 
@media only screen and (max-width:830px) {
	.dragme{
	position:absolute;
	width: 45vw;
	height:auto;
	cursor: move;
} -->
	