.logodiv {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex: 1 0 auto;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
