.shop-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}

.shop-container .shop-name{
    background: #049D2D;
    color: white;
    font-size: 28px;
    font-weight: 700;
    padding: 5px 30px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.shop-container .shop-hours{
    font-size: 18px;
}