/* Style sheet from index.html and gtlf.html
This is used because of the differences needed for the full screen style.*/

@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;400;500;700&display=swap");

html,
body {
  font-family: "Source Code Pro", monospace;
  margin: auto;
}

h1 {
  font-style: bold;
  color: #2E9939;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 50px;
}

h2 {
  color: #2E5999;
  text-align: center;
  padding-bottom: 20px;
}

p {
  width: 50%;
  font-weight: 500;
  padding: 0px;
  padding-left: 25%;
  padding-bottom: 20px;
  line-height: 150%;
}

p.move-mid {
  padding-left: 0%;
  text-align: center;
  margin: auto;
  color: #6E2E99;
}

a {
  color: #dfdfdf;
}

input {
  font-family: "Source Code Pro", monospace;
  position: absolute;
  z-index: 1;
  background-color: #2E9939;
  border: none;
  color: #ffffff;
  padding: 20px;
}

/*Styles for the overlay*/
#blocker {

  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

#instructions {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
