@import "../animations.css";

html {
    height: 100%;
}

body {
    background: var(--bgr-gradient);
    background-size: 400% 400%;
    animation: gradientBgr 20s ease infinite;
    height: 100%;
}

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

#logo-horizontal {
    width: 40%;
    filter: drop-shadow(9px 9px 9px var(--shadow-big-logo));
    max-width: 700px;
}

#logo-horizontal > g > path {
    fill: var(--logo-big-fill) !important;
}
