body
{
	background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    height: 677px;
}

.logo {
  width: 800px;
  height: 800px;
  background-image: url('./melo_ai.jpg');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
