@charset "utf-8";
/* CSS Document */

body {
    margin:auto;
    background-color: #3F2882;
    display: flex;
    justify-content: center;
    align-items: center;
}

svg, img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
}
