html {
    background: black;
    margin: 10px;
    padding: 1px;
}

.domi-center-img { width: 100%; height: 85%; position: relative; margin: auto; float: left; }
.domi-center-img > img {
    height: 85%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.domi-center-logo {
    width: 75%;
    position: relative;
    margin: auto;
    border: 1px solid #F7CD38;
    border-radius: 10px;
    color: #FF551C;
    font-size: 4rem;
    text-align: center;
}

