html, body {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    background-color: #fdefd2;
}

.center {
    display: block;

    div {
        padding: 10px 20px 10px 20px;
        display: inline-block;
    }

    .logo {
        text-align: right;
    }

    .house {
        text-align: left;
    }

    .house img {
        max-width: 100vw;
    }

    .logo img {
        max-width: min(244px, 50vw);
    }
}