/* CSS Document */

body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

html { 
  width:100%; 
  height:100%; 
  background-color: #555555;
}

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: 4em;
    border: none;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}