.logo-wrapper {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0; top: 0;
    width: 100%;
    z-index: 30;
}

.logo {
    margin-top: 30px;
}

.logo img {
    width: 50px;
    /* margin: 0; */
}