html {
  height: 100vh; /* set viewport constraint */
  min-height: 100%; /* enforce height */
}

body {
  background-color: #580c11;
  background-image: url("/1.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  min-height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: fixed; 
  margin: 5% auto; /* Will not center vertically and won't work in IE6/7. */
  left: 0;
  right: 0; 
}

.main {
  width:600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 14px 3px #acff70;
  border: 1px dashed #acff70;
  border-radius: 10px 10px 10px 10px;
  padding: 20px; 
}

.image {
  margin: auto;
}


.quote {
  text-align: center;
  font-style: italic;
  color: #acff70;
  font-size: 12px;
  font-family: helvetica;
}

a:link {
  color: #acff70;
  font-weight: bold;
  font-family: verdana;
  text-decoration: none;
  font-size: 14px;
}

a:visited {
  color: #acff70;
  font-weight: bold;
  font-family: verdana;
  text-decoration: none;
  font-size: 14px;
}

a:hover {
  color: #acff70;
  font-weight: bold;
  font-family: verdana;
  text-decoration: none;
  font-size: 14px;
}

a:active {
  color: #acff70;
  font-weight: bold;
  font-family: verdana;
  text-decoration: none;
  font-size: 14px;
}


.navlinks {
  text-align: center;
  color: #acff70;
  font-weight: bold;
  font-family: trebuchet;
  text-decoration: none;
  font-size: 16px;
}

.navtext {
  text-align: center;
  color: #b3aabe;
  font-weight: bold;
  font-family: trebuchet;
  font-size: 16px;
}

.maintext {
  text-align: center;
  font-family: verdana;
  color: #b3aabe;
  font-size: 14px;  
}

.list {
  font-family: verdana;
  color: #b3aabe;
  font-size: 14px;  
}

.id {
  display: inline;
  border-radius: 50px;
}

h1 {
  text-align: center;
  font-family: verdana;
  color: #b3aabe;
  font-weight: bold;
  font-size: 14px; 
  border-bottom: 1px dashed white;
}

#s-m-t-tooltip {
background: #000;
font-family: verdana;
font-size:8px;
letter-spacing: 2px;
text-transform: uppercase;
color: #b3aabe;
word-wrap: break-word;
padding: 2px 5px 2px 6px;
display: inline-block;
position: relative;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
margin: -60px 10px;
border-radius: 2px;
border: 1px solid #acff70;
}