body {
    background: yellow;
}
.kh_logo {
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 90vh;
}
