*
{
    margin: 0px;
    padding: 0px;
}

.container
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .card-body
{
    background-image: url('MOMS-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 414px;
    height: 100vh;
}

/* Media query for screens smaller than 600px */
  @media (max-width: 600px)
    .card .card-body{
       max-width: 300px;
}
  @media (max-width: 400px)
    .card .card-body{
       max-width: 250px;
}

.top
{
    height: 200px;
    width: 150px;
    background-color: #5f2c00;
    border-radius: 0% 0% 100px 100px;
    margin-left: 50px;
}

.top img
{
    margin-top: 60px;
    margin-left: 10px;
}

.top .left ul
{
    list-style: none;
}

.card-buttons
{
    margin-left: 40px;
}

.card-buttons button:nth-child(1)
{
    margin: 10px 10px; 
}

.card-buttons button
{
    width: fit-content;
    padding: 3px 20px;
    color: #fff;
    border: none;
    border-radius: 50px;
    margin-top: 30px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: linear-gradient(to right, #5f2c00 , #d99800);
}

@media print{
    body *
    {
        visibility: hidden;
    }
    .item, .item *
    {
        visibility: visible;
    }
}

.cake-img img
{
    margin-left: 40px;
    margin-top: 20px;
}

.info h5:nth-child(1)
{
    color: #5f2c00;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 30px;
    margin-left: 40px;
    font-weight: bold;
}

.info h5:nth-child(2)
{
    color: #5f2c00;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-left: 40px;
    font-weight: bold;
    margin-top: -5px;
}

.info h5:nth-child(3)
{
    color:#d99800;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-left: 40px;
    font-weight: bold;
    margin-top: 20px;
}

.info h5:nth-child(4)
{
    color: #5f2c00;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-left: 40px;
    font-weight: bold;
    margin-top: -8px;
}

.card .icons
{
    margin-left: 20px;
}

.card .icons i
{
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(to right, #5f2c00 , #d99800);
    padding: 8px;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 20px;
}