* {
    font-size: x-large;
    font-family: Arial, sans-serif;
}

html {
  height: 100%;
  width: 100%;
  color: #000;
  background-color: #000;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

#page {
  border: solid 1px grey;
  max-width: 1000px;
  margin: 0 auto;
}

header {
  max-width: 1000px;
  height: 80px;
  margin: 0;
  padding: 5px 0;
  background: #0cf;
  color: white;
}

header h1 {
  margin: 0;
  padding: 0;
  font-size: 60px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

h2 {
    max-width: 90vw;
}

br {
  clear: both;
}


nav {
  width: 90vw;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

nav ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

nav ul li {
  display: inline!important;
  margin-right: 16px;
}

.w {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  background-color: #fff;
  padding: 5px;
}

.w div {
     margin: 0 auto;
     max-width: 95%;
     width: fit-content;
}

.i {

}

.hand {
    font-family: 'Shadows Into Light', cursive;
    font-weight: initial;
    display: inline-block;
    padding-left: 5px;
    line-height: 20px;
}

.hand::after {
    content: "";
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid black;
    position: relative;
    left: -5px;
}

input[type=text] {
    min-width: 200px;
    font-size: 20px;
}

input, textarea, select, .checkbox {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
  font-weight: bold;
	padding: 6px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #0cf;
	border-radius: 4px;
}

input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	height: 20px;
    width: 20px;
	border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #fff;
    cursor: pointer;
	vertical-align: sub;
    position: relative;
	top: 0;
}

input:checked {
    border: 1px solid #fff;
    background-color: #0cf;
}

input:checked::before {
    content: "\2713";
    display: block;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 16pt;
    color: #fff;
    position: absolute;
    top: -9px;
	left: 2px;
    height: 25px;
	width: 25px;
}

#submit {
  margin: 0 auto;
  width: 230px;
}


a {
    color: #0fe;
    text-decoration: none;
}

a:link {

}

a:visited {
  color: #f6f;
}

a:hover {
    font-weight: bold;
    text-shadow:0px 0px 10px #f90;
}

a:visited:hover {
    font-weight: bold;
    text-shadow:0px 0px 10px #f90;
}


#content {
  width: 1000px;
  min-height: 500px;
  padding: 0;
  background: #0cf;
}

#content ul li {
  margin: 5px;
  list-style-type: none;
  max-width: 300px;
  width: fit-content;
}

#frombox, #tobox {
  max-width: 300px;
  width: fit-content;
}

#login {
  margin: 0 auto;
  width: 50%;
}

#success {
    color: red;
    font-weight: bold;
}


#footer {
  width: 100%;
  background: #0cf;
  color: white;
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
  border-top: solid 2px black;
}

div#cc {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	float: left;
}

@media only screen and (max-width: 1000px) {
    /* { font-size: 22pt!important; }*/

    header {
      height: 40px;
    }

    header h1 {
      font-size: 40px;
      line-height: 40px;
    }

    nav {
      width: 85vw;
    }

    nav ul li {
      margin-right: 5px;
    }




@media only screen and (max-width: 600px) {


@media only screen and (max-width: 420px) {
