body {
    display: flex;
    flex-direction: column;
    background-color: var(--apple-green);
}

header {
    overflow-x: clip;
}

#header-gradient {
    position: absolute;
    width: 1101px;
    height: 384px;
    right: -184px;
    top: -124px;

    background: radial-gradient(81.72% 314.67% at 108.57% 27.68%, rgba(240, 184, 252, 0.4) 21.34%, rgba(206, 178, 252, 0.296) 54.22%, rgba(56, 208, 140, 0.4) 100%);
    filter: blur(50px);
    transform: matrix(1, 0.02, 0.28, 0.96, 0, 0);
}

#login-contents {
    width: 442px;
}

#login-welcome {
    background: linear-gradient(180deg, rgba(207, 235, 98, 0.2) 0%, rgba(206, 178, 252, 0.2) 100%);
}
#login-welcome > img {
    width: 225px;
}