.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-container button {
    width: 200px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform-origin: center;
}