body{
  display: grid;
  grid-template-columns: 100vw;
  grid-template-rows: 100vh;
  background-color: #e9e9e9;
}

.logo{
  justify-self: center;
	align-self: center;
  width: 60%;
  height:60%;
}
