body {
margin: 0;
padding: 0;
height:100%;
background: rgb(66,31,62);
background: linear-gradient(139deg, rgba(66,31,62,1) 0%, rgba(84,42,107,1) 35%, rgba(218,0,255,1) 100%); 
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}