h1 {
	text-align: center;
    color: white;
    font-size: 4.6vw;
}

.lol {
	color: grey;
	text-align: center; 
	position: relative; 
	top: -6vw;
}

.para {
	color: white;
	text-align: right;
    margin: 9vw;
    font-size: 2vw;
}

a:link {
	color: #7ee5ff;
	background-color: transparent;
	text-decoration: none; 
}
a:visited {
	color: #7ee5ff;
	background-color: transparent;
	text-decoration: none;
}

.button_top {
	padding: 0.8vw 0.8vw; /* Vertical / Horizontal */
	text-align: center;
	font-size: 1.4vw;
	margin: 0.6vw 0.2vw;
	cursor: pointer;
	border-radius: 0.3vw;
	border: outset;
	position: fixed;
	z-index: 99;
	bottom: 1.5vw;
	right: 1.5vw;
  }
  
  .para2 {
	color: white;
	text-align: left;
	margin: 0vw;
	margin-top: -1vw;
	font-size: 1.4vw;
	display: inline-block;
  }


.center {
	text-align: center;
  }
  
  .pagination {
	display: inline-block;
  }
  
  .pagination a {
	color: white;
	float: left;
	padding: 0.4vw 0.8vw;
	transition: background-color .3s;
	border: 0.1vw solid #ddd;
	margin: 0 0.3vw;
  }
  
  .pagination a.active {
	background-color: #4CAF50;
	color: black;
	border: 0.1vw solid #4CAF50;
  }
  
  .pagination a:hover:not(.active) {background-color: #2b2929;}