body{
   background-color: #D0CBC5;
}

.page-wrapper {
   display: flex;
   justify-content: center;
   align-items: center;
   margin: auto;
   height: 100vh;
}

.landing-logo {
   width: 60%;
   height: auto;
   min-width: 600px;
}