
html { font-size: 12px; 
       font-family: "Tahoma, sans-serif";
  font: normal 40px/normal Tahoma, Geneva, sans-serif;
  color: rgba(0,0,127,1);
}

body {
	background: url("https://defenderimages.pages.dev/Defender.jpeg");
	background-size: auto 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

html, body, #map {
  height: 100%; 		
  width: 100vw;
  margin: 0; 	
  padding: 0;
  letter-spacing: -0.5px;
  word-spacing: -1px;
  font-size: 1rem; 
}

input, select { font-size: 0.6rem;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 3px 0 3px 12px;
  border: 1px solid rgba(0,0,127,1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 16px/normal Tahoma, Geneva, sans-serif;
  color: rgba(0,0,127,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,0.67);
  min-width: 2rem;
  min-height: 2rem;
}

#content {
	background-size: cover;
  background-color: white;

	position: absolute;
	top: 5rem;
	left: 10px;
	right: 10px;
	width: max-content;
	margin: 0 100px 0 auto;
	padding: 50px;
	text-align: center;
	border-radius: 30px;
}

h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: -1rem;
}
h2 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
.button { text-decoration: none; 
    align: center;
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid rgba(0,0,127,1);;
    border-radius: 5px;
    font-size: 1.3rem;
}

table {
  line-height: 0.8rem;
  font-size: 1.2rem;
  border-spacing: 2px;
}