.lastpage{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	/* background-color: transparent; */
	background-color: rgba(255, 255, 255, 0.4);
	background-image: url(../images/last_page_2.png);
	background-repeat: no-repeat;
	background-size: cover;
    border: none;
}
.text{
	margin: 2em 0 2em 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: .6em;
}

h1 {
	font-size: 2rem;
	margin: 45px 30px 0px 30px;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.7rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.2rem;
}

h6 {
	font-size: 1rem;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 150%;
}
ul{
	line-height: 170%; 
	padding-inline-start: 1.5em;
}
ol{
	line-height: 170%; 
	padding-inline-start: 1.5em;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
}

pre {
	margin-top: 35px;
	margin-bottom: 35px;
}
