body {
	background-size: cover;
	color: white;
	font-family: 'Roboto', sans-serif;
}
.text-right {
	position: relative;
	left: 60%;
	width: 40%;
}
.text-left {
	position: relative;
	width: 40%;
}
.game {
    padding: 1%;
	position: relative;
	left: 30%;
	width: 40%;
}
.image-right {
    position: absolute;
	top: 10%;
	left: 60%;
}
.image-left {
    position: absolute;
	top: 10%;
}
a {
   color: darkblue;
   text-decoration: none;
}
a:hover {
	color: blue;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

button {
  transition-duration: 0.4s;
  background-color: black;
  color: white;
  border: 2px solid #4CAF50;
  border-radius: 12px;
  padding: 10px 24px;
}

button:hover {
  background-color: #4CAF50;
  color: white;
  padding: 10px 24px;
  cursor: pointer;
}
.modaltext {
	color: black;
}

iframe {
	width: 750px;
	height: 680px;
}

.modal-button {
	background-color: white;
	color: black;
}