		body {
			padding:  0px;
			display: flex;
			margin: 0px;
		}

		div.bottom {
			position: fixed;
			bottom: 0;
			width: 100%;
			background-color: white;
        }

		div.bottom-left {
			display:inline-block;
			float: left;
			position: fixed;
			bottom: 0px;
			left: 0px;
			background-color: black;
			color: white;
			font-family: "Orbitron", sans-serif;
			font-weight: 900;
			font-style: normal;
			font-size: 100%;
			text-shadow: 0px 0px 5px white, 0 0 10px black;
			line-height: 1;
			margin: 0px;
			border: 2px black;
        }

		div.bottom-right {
			position: fixed;
			bottom: 0px;
			left: 150px;
			width: auto;
			background-color: white;
			color: black;
			font-family: 'IBM Plex Mono';
			font-weight: 300;
			font-size: 100%;
			text-shadow: 0px 0px 5px white, 0 0 10px black;
			line-height: 1;
			border: 2px black;
			// margin: 0px;
        }

		@keyframes gradient {
			0% {
				background-position: 0% 50%;
			}
			50% {
				background-position: 100% 50%;
			}
			100% {
				background-position: 0% 50%;
			}
		}

		div.centred {
			position: fixed;
			transform:  translate(-50%,-50%);
			top:  50vh;
			left:  50vw;
			color:  white;
			text-align:  center;
			width: 95%;
		}

		hr.white {
			font-family: "Orbitron", sans-serif;
			font-optical-sizing: auto;
			font-weight: 900;
			font-style: normal;
			font-size: 50px;
		}

		hr.white {
			height: 5px;
			border-width: 0;
			color: white;
			background-color: white;
			height: 2px;
		}