#container {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-180deg, #C4D5E5 0%, #FAFAFA 100%);
}

#svg-cube {
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -25px;
}

#svg-desc {
    color: #004C80;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    font-family: Arial;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

#logo {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -80px;
}

@media (max-width: 1024px) {
    #svg-cube {
        display: none;
    }
}
