	body {
		background-image: url(https://i.imgur.com/EHpU9kt.png);
		background-repeat: no-repeat;
		background-attachment: fixed;
		font-family: "Atkinson Hyperlegible", sans-serif;
		color: white;
		cursor: url(https://i.imgur.com/8a6AXM2.png), default;
	}
	
::selection {
  color: white;
  background: #63b552; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: white; 
  background: #63b552; /* Gecko Browsers */
}
	
	.container {
		max-width: 1200px;
		margin: 0 auto;
	}
	
	h1, h2, h3, .funfont {
		color: #b8e362;
		font-family: 'Francois One', sans-serif;		
	}
	
	.littletext {
		font-size: 12px;
		color: #5a5961;
	}
	
	.centerimg {
		display: block;
		margin: auto;
	}
	
	strong {
		color: #63b552;
	}
	
	.flex {
		display: flex;
	}
	
	.commflex {
		display: flex;
		width: 95%;
		margin: auto;
	}
	
	.commflex img {
		width: 100%;
	}
	
	.commrow {
		display: flex;
		width: 75%;
		margin: auto;
	}
	
	.commrow img{
		width: 100%;
		margin-top: 10px;
	}
	
	.flexbox2 {
		flex: 2;
		padding-left: 20px;
	}
	
	.flexbox1 {
		flex: 1;
	}
	
	.flexbox2 ul {
		margin-left: 80px;
	}
	
	.flexbox2 li {
		font-size: 18px;
		color: #4ba3c8;
	}
	
	.gridcontainer {
		display: grid;
		grid-template-columns: auto auto auto;
	}

	.gridcontainer img, .gridcontainer p {
		width: 192px;
		margin: 0px auto 25px auto;
	}	
	
	.gridcontainer strong {
		font-size: 18px;
		font-family: 'Francois One', sans-serif;		
	}
	
	a {
		color: #335faf;
		text-decoration: none;
	}
	
	a:hover {
		transition-duration: 0.5s;
		color: #4ba3c8;
		cursor:url(https://i.imgur.com/8a6AXM2.png), default;
	}	
	
	.header {
		background-image: url(https://i.imgur.com/eZwct3s.png);
		background-position: center-top;
		background-repeat: no-repeat;
		background-color: #0a051c;
		width: 900px;
		max-height: 200px;
		display: block;
		margin: auto;
		text-align: center;
		padding-top: 150px;
		
	}
	
	.header ul {
		display: flex;
		padding: 0;
		margin: 10px;
		list-style-type: none;
		justify-content: space-evenly;
		font-size: 16px;
		font-weight: bold;
	}
	 
	.header a {
	  color: #63b552;
	}
	
	.header a:hover {
		transition-duration: 0.5s;
		color: #b8e362;
	}
	
	.main {
		background-color: #0c0523;
		flex: 4;
		margin: 10px;
		padding: 0px 20px 20px 20px;
	}
	
	.indent {
	  text-indent: 20px; 
	}
	
		
	.centertext {
		text-align: center;
		text-indent: 0px;
	}
	
	.sidebarleft {
		background-color: #0a051c;
		flex: 1;
		margin: 10px 0px 10px 30px;
		padding: 0px 20px 20px 20px;
	}
	
	.sidebarright {
		background-color: #0a051c;
		flex: 1;
		margin: 10px 30px 10px 0px;
		padding: 0px 20px 20px 20px;
	}
	
	.sidebarleft img, .sidebarright img {
		display: block;
		margin: auto;
		max-width: 150px;
	}
	
	.littlebox {
		background-color: #0a051c;
		padding: 5px;
		border: 1px #4ba3c8 solid;
		font-size: 14px;
		margin: 5px;
		width: 90%;
	}
	
	.littlebox ul, .biggerbox ul {
		list-style-image: url(https://i.imgur.com/Fuj28cO.png);
		line-height: 20px;
	}
	
	.spacedlines li {
	  margin: 15px 0px 15px 0px; 
	}
	
	
	.biggerbox {
		background-color: #0a051c;
		padding: 10px;
		border: 1px #4ba3c8 solid;
		font-size: 20px;
		margin: auto;
		width: 75%;
	}
	
  .row {
    display: flex;
    padding: 0 4px;
  }
  
  .row::after {
  content: "";
  clear: both;
  display: table;
  } 

  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
	
	.disclaimer {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 300px;
	  padding: 15px;
	  background-color: #0c0523;
	  text-align: center 
	}
	
	.dbutton {
	  background-color: #335faf;
    color: white;
    border: 1px solid white; 
    border-radius: 12px;
    font-size: 18px;
    width: 100px;
    height: 30px;
	}
	
	.bigdbutton {
	  background-color: #335faf;
    color: white;
    border: 1px solid white; 
    border-radius: 12px;
    font-size: 18px;
	  width: 200px;
	  height: 30px;
	}
	
	.dbutton:hover, .bigdbutton:hover {
	   transition-duration: 1s;
	   background-color: #4ba3c8;
	}
	
	.floatup:hover {
	  transition-duration: 0.5s;
	  translate: 0px -5px;
	  filter: drop-shadow(0px 5px 10px #0a051c);
	}
	
	.pagination {
  display: inline-block;
  margin: auto;
  }

  .pagination a {
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  }

  .pagination a.active {
  background-color: #63b552;
  color: white;
  }

  .pagination a:hover:not(.active) {
    background-color: #335faf;
  }
	
	.footer {
		background-color: #0a051c;
		margin: 0px 30px 0px 30px;
		height: 50px;
		width: 900px;
		margin: 0px;
		display: block;
		margin: auto;
		padding: 3px;
		text-align: center;
	}
	
	@keyframes float {
		0% {transform: translate(0px, 0px)}
		40% {transform: translate(0px, -75px)}
		100% {transform: translate(0px, 0px)}
	}
	
	#xenobean {
		width: 200px;
		position: fixed;
		bottom: 15;
		right: 15;
	}
	
	#xenobean:hover {
		animation-name: float;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite;
	}