/* STYLESHEET FOR FANFICS */

body { 
  background-color:#f0f8ff;
  font-family:'Georgia', serif;
  user-select:none;
}

h1, h2, h3, h4 { 
  font-weight:bold; 
}

h1 { 
  text-align:center; 
}

p {
  line-height: 23px; 
  margin-bottom:25px; 
}

.container { 
  max-width:950px; 
}