* {
  font-family: 'EB Garamond', serif;
  color: white;
}

.main {
  position: absolute;
  height: 700px;
  width: 100%;
  background: #1a1a1a; 
  background: -webkit-linear-gradient(black, #1a1a1a); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(black, #1a1a1a); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(black, #1a1a1a); /* For Firefox 3.6 to 15 */
  background: linear-gradient(black, #1a1a1a); /* Standard syntax */
  background-color:  #1a1a1a;
}

body {
  background: #1a1a1a; 
}

#words {
  position: relative;
  padding-top: 300px;
  padding-left: 10%;
  width: 80%;
  text-align: center;
  align: center;
}

p .asides {
  font-size: 20px;
 /* not smaller yet*/
}

h1 {
  font-size: 50px;
  font-weight: bold;
}

p {
  font-size: 32px;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}



/*media queries are fun*/
