/* CSS Document */

body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

html { 
  width:100%; 
  height:100%; 
  background-color: #929496;
}

img.center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 752px;
  height: 500px;
  margin-top: -250px; /* Half the height */
  margin-left: -376px; /* Half the width */
  border: none;
}

a {
  color: black
  border: none;
}

.logo-button img {
    height: 1.4em;
    border: none;
}