body
{
    margin: 0;
    padding: 0;
    height: 100vh;
    background: linear-gradient(to bottom, #2B895B, #246C68);
}

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

.logo-image
{
    max-width:50%;
    max-height: 50%;
}
