body{
    background-color: #62dd71;
}

img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

div.logo {
    border: 5px solid;
    text-align: center;
    padding: 50px 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

div.outer {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.inner {
    width: 600px;
    height: 100px;
}

/*# sourceMappingURL=/custom.59417457.css.map */