html {
  background: url('/archives/S02f.JPG') no-repeat center center fixed;
  background-size: cover;
  height: 100%;
}

body {
  padding: 10px;
}

img {
  padding: 1px;
}

.header {
  padding: 10px;
  text-align: center;
  position:absolute;
  top:0;
}

h1
{
font-size: 4vw;
font-weight: bold;
font-style: italic;
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
padding-top: 5px;
margin: 10;
}

button
{
  height: 40px; 
  width: 180px;
  font-size:large;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 29%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }

