@charset "UTF-8";
/* CSS Document */


* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  padding: 0%;
  margin: 0%;
  font-size: 3em;
  font-size: clamp(2em, calc(2em + 1vw), 4em);
  line-height:130%;
  text-align:left;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-image: url(checked-background.gif);
  background-attachment: fixed;
}

p {
  display: block;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0;
  margin-right: 0;
}

a, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.15em;
}

#myVideo {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 95%;
  z-index: 0;
}

.content {
  z-index: 1;
  color: black;
  width: 100%;
  position: relative;
  padding: 0.5em;
}

#smallcaption {
  padding: 0px;
  margin: 0px;
  color: black;
  font-size: 0.3em;
  font-weight: 400;
}

#myBtn {
  padding: 0px;
  border: none;
  color: blue;
  cursor: pointer;
  background: none;
  font-size:100%;
  line-height:130%;
  text-align:left;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align:left;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#myBtn:hover {
  background: none;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
}
