@charset "UTF-8";
/* CSS Document */

body {
 background-color: #929292;
}
h1{
    color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
    font-family: 'Lato', sans-serif;
}

.logo{
    height: 15%;
    width: 15%;
}
