.maintext {
  position: absolute; height: 100%;  float: left; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align:justify; font-family: 'Raleway', sans-serif; font-size: 15pt;
  cursor: e-resize;
  display: flex;
  justify-content: center;
  align-items: center;
}

.maintext div {margin: auto;} /* fixes things if content is higher than container */

H1 {font-size: 1.5em;}

.cur {width: 90%}; 

h1 {text-align: center; font-size: 17pt;}
h2 {text-align: center; font-size: 15pt;}
td {vertical-align: top;}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
	background-color: #888;
}
