body{
    background-color: #f5ede2;
    overflow-y: hidden;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.logo-workingpod {
    max-width: 170px;
    height: auto;
}

.business-btn {
    max-width: 355px;
    height: 90px;
    margin-top: 50px;
    transition: all 0.3s;
}

.customer-btn {
    max-width: 355px;
    height: 90px;
    margin-top: 30px;
    transition: all 0.3s;
}

.business-btn:hover, .customer-btn:hover {
    transform: scale(1.05);
}