html, body {
    max-height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #df5440;
    min-height: 100%
}

h1{
    font-size: 40pt;
    line-height: 0.7;
    font-family:  'Nunito', sans-serif;
    color: #e0dddb;
}

h3{
    text-align: center;
    font-size: 18pt;
    line-height: 0.7;
    font-family:  'Nunito', sans-serif;
    color: #e4b6a1;
}

.center {
    text-align: center;
    margin: auto;
    width: 60%;
    padding: 10px;
}

/*container for recipe card*/

.container {
    position: relative;
    top: -210px;
    width: 1200px;
    height: 600px;
    margin: 240px auto;
}

.container .box{
    position: relative;
    width: calc(400px - 30px);
    height: calc(600px - 30px);
    background-color: rgb(255, 249, 249);
    float: left;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden; 
    border-radius: 10px;
    border-width: 4px;
    border-style: solid;
    border-color: black;
    font-family: 'Open Sans', sans-serif; 
    font-size: 11pt;
}

p {
    color: black;
    font-family: 'Open Sans', sans-serif; 
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 17em;
    font-size: 11pt;
}

/*image*/

.kulfi
    {
      position:absolute;
      top: 280px;
      left: -80px;
      z-index: 2;
    }

    .kulfi2
    {
      position:absolute;
      top: 225px;
      left: 200px;
      z-index: 2;
    }

    .kulfi3
    {
      position:absolute;
      top: -300px;
      left: 900px;
      z-index: 2;
    }

    .kulfi4
    {
      position:absolute;
      top: -200px;
      left: -80px;
      z-index: 2;
    }
    
