.div_logo {
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.div_logo_img {
    width: 25%;
    height: 25%;
}