.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  
  p {
	  margin-bottom: 0;
	  margin-top: 0;
  }
}

.logo {
  justify-content: center;
  align-items: center;
  
  img {
	max-width: 100%;
	max-height: 100%;
	}
}

