html {
  margin: 0;
  padding: 0;
  }

 body {
  background-image: url("Images/bgnd_05.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Arial;
}

input[type="submit"] {
    background: black;
    width: 200px; /* width of image */
    height: 200px; /* height of image */
    border: 0;
}

.vertical-center {
  position: absolute;
    top: 50vh;
    left: 50vw;
    transform-origin: center center;
    }
      #header {
        box-sizing: border-box;
        top: 0vh;
        right: 25vw;
        position: fixed;
        z-index: -3;
        }
        
.feb26mag {
  position: absolute;
  top: 55vh;
  left: 10vw;
  }
    .feb26mag p {
      font-size:12px;
      text-align: center;
      color: white;
      width: 60;
      margin:0 auto 4px auto;
      }
      
    .button {
	    font-size: 14px;
	  background-color: black;
	  line-height: 1em;
  	padding: 0.6em 1.3em;
	  position: relative;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  	white-space: nowrap;
  	display: inline-block;
  	cursor: pointer;
    }