.btncontainer
{
	width: 50vw; 
	display: flex; 
	flex-wrap: wrap; 
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #008080;
	color:black;
	background-image: url('assets/water.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

html {
margin: 0px;
height: 100%;
width: 100%;
}

body {
margin: 0px;
min-height: 100%;
width: 100%;
}

@font-face {
        font-family: SiteWide;
        src: url(TirtoWritterRegular-Eajrl.ttf);
}

.cursor {
  padding: 30px 30px 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: monospace;
}

.centre {
  position: relative;
  top: 0%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.centredown {
  position: relative;
  top: 18%;
  width: 100%;
  text-align: center;
}

.bottomleft {
  position: absolute;
  bottom: 1%;
  left: 1%;
  font-size: 18px;
}

.bottomright {
  position: absolute;
  bottom: 1%;
  right: 1%;
  font-size: 18px;
}

.bottomcentre {
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.centrec {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.eurocuck {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -40%);
}




a:link {
  color: #f0ead6;
  background-color: #f0ead6;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #f0ead6;
  background-color: #f0ead6;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #f0ead6;
  background-color: #f0ead6;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #f0ead6;
  background-color: #f0ead6;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  background-color: transparent;
  text-decoration: underline;
}