.loader-logo {
    height: 500px;
    filter: invert(1);
    margin-top: 100px;
}

.page-loader {
    display: flex;
    justify-content: center;
    align-items: center;

    background: hsla(341, 60%, 71%, 1);

    background: radial-gradient(circle, hsla(341, 60%, 71%, 1) 0%, hsla(208, 93%, 84%, 1) 66%, hsla(341, 60%, 71%, 1) 100%);

    background: -moz-radial-gradient(circle, hsla(341, 60%, 71%, 1) 0%, hsla(208, 93%, 84%, 1) 66%, hsla(341, 60%, 71%, 1) 100%);

    background: -webkit-radial-gradient(circle, hsla(341, 60%, 71%, 1) 0%, hsla(208, 93%, 84%, 1) 66%, hsla(341, 60%, 71%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#E28AA6", endColorstr="#B0D8FC", GradientType=1);

    /* background-color: #E28AA6; */
    position: absolute;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100vw;
}