
/* MAIN TEXT */
html {
    display: table;
	margin:auto;
	padding-left: min(50px, 5%);
}

body {
    display: table-cell;
    vertical-align: middle;
}
body {
  font-family: "Roboto", sans-serif;
  color: black;
  padding-top: 1.973rem;
  width: auto;
  max-width: 38rem;
  min-width: 320px;
  text-align: left;
  text-justify: inter-character;
  font-size:100%;
  line-height:1.125em;
  margin: 5vw;
  margin-right: 5vw;
  margin-left: 5vw;
  background-color: #F9F5E9;
}

/* TITLES */
h1 {
  color: #DC143C;
  font-family:  "Roboto", sans-serif;
  /*font-size: 300%;*/
   font-size:4vw;
   min-width: 4vw;
   white-space:nowrap;
	line-height:1.125em;
}

h2 {
  color: #DC143C;
  font-family: 'Roboto', sans-serif;
   font-size:120%;
  line-height:1.125em;
}

h3 {
  color: black;
  font-family: 'Roboto', sans-serif;
   font-size:100%;
  line-height:1.125em;
}

h4 {
  color: #DC143C;
  font-family: 'Roboto', sans-serif;
   font-size:200%;
   white-space:nowrap;
  line-height:1.125em;
}

mark {
  display: inline-block;
  line-height: 0em;
  padding-bottom: 0.5em;
  padding-right: 2em;
  background-color: lightgrey;
  color: #DC143C;
}

p {
	font-size:100%;
	line-height:160%;
	font-family: 'Roboto', sans-serif;
	
}

/* LISTS */
ol {
	line-height:130%;
	text-align: left;
	font-size:100%;
	column-count: 1;
}

div1 {
  height:10vh;
  width: 100%;
  overflow:hidden
}

div2 {
  height:10vh;
  width: 100%;
  overflow:hidden
}

div3 {
  margin-right: 5vw;
  margin-left: 5vw;
  overflow:hidden
}

table {
	margin-right: 5vw;
}

/* STYLES */

/* DIVIDER (BLACK) */
.topDivider {
  border-top: solid black 1px;
  padding-bottom: 10px;
 
}
