html
    {
        background-image: url("./images/background-final.jpg");
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

header, aside, main, .details
    {
        border: 2px solid wheat;
        border-radius: 10px;
        margin: auto;
        margin-top: 1%;
    }
header
    {
        text-align: center;
        font-weight: bold;
        font-size: 4vw;
        padding-bottom: 1%;
        padding-top: 1%;
        color: yellow;
        text-shadow: -5px -5px 0 blue, 5px -5px 0 blue, -5px 5px 0 blue, 5px 5px 0 blue;
        font-family: 'Bangers', cursive;
    }

aside
    {
        float: left; 
        width: 18%;
        height: 83%;
        margin-bottom: 1%; 
    }

p, .pStats
    {
        text-align: center;
        font-size: 5vw;
        font-weight: bold;
        color: rgb(226, 230, 154);
        font-family: 'Bangers', cursive;
        margin-top: 5%;
    }

.pStats {
    color: yellow;
    text-shadow: 4px 8px blue;
    margin-top: 10%;
    margin-bottom: 10%;
}

.p1,.p2
    {
        color: rgb(133, 69, 10);
        font-size: 50%;
    }

.p1 {
    margin-top: 25px;
}

.p2 {
    margin-top: -24%;
    margin-bottom: 0px;
}
.cooked {
    font-size: 3vw;
    text-shadow: -5px -5px 0 yellow, 5px -5px 0 yellow, -5px 5px 0 yellow, 5px 5px 0 yellowgreen;
}

.modalBox p 
    {
        color: rgb(128, 77, 1);
    }

.details
    {
        background-image: url("./images/cutting\ borad.jpg");
        height: 8vh;
        width: 69%;
        text-align: center;
        font-size: 2vw;
        margin-bottom: 5%;
        font-family: 'Overpass', sans-serif;
        font-weight: bold;
        vertical-align: middle; /* For text in the center of div */
        line-height: 9vh; /* For text in the center of div (the same as your div height) */
    }


.back_card
    {
        background-image: url("./images/backcard.gif");
        height: 100%;
        width: 100%;
        background-size: cover;
        position: absolute;
        background-position: center;
    }

.back_card:hover, .submit:hover, .close:hover, .clean:hover{
    cursor: pointer;
    transition-duration: 200ms;
    transform: scale(1.1);
}

/**Front Card CSS**/

.couple1_js,.couple2_html,.couple3_github,.couple4_mysql,.couple5_react,.couple6_php,.couple7_node,.couple8_css,.couple9_docker
    {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center;
    }


.couple1_js
    {
        background-image: url("./images/1carving-knife.jpg");    
    }

    

.couple2_html
    {
        background-image: url("./images/2chicken-nuggets.jpg");    
    }

.couple3_github
    {
        background-image: url("./images/3cutting-board.jpg");
    }

.couple4_mysql
    {
        background-image: url("./images/4pasta-in-pot.jpg");
    }


.couple5_react
    {
        background-image: url("./images/egg.jpg");
    }

.couple6_php
    {
        background-image: url("./images/6pan.jpg");
    }

.couple7_node
    {
        background-image: url("./images/7grill.jpg");
    }

.couple8_css
    {
        background-image: url("./images/8folk-spoon.jpg");
    }

.couple9_docker
    {
        background-image: url("./images/9stove-top.jpg");
    }

.hidden
    {
        display: none;
    }

/** Modal Box Css Ending Box**/
.modalBox
    {
        display: none;
        position: fixed;
        z-index: 1;
        width: 37vw;
        height: 20vw;
        top: 35%;
        left: 36vw;
        overflow: auto;
        border: 2px solid black;
        border-radius: 50px;
        font-size: 10vw;    
        font-family: 'Courgette', cursive;
    }

.modalBox::before
    {
        background-image: url("./images/modalBox\ win.gif");
        opacity: 0.7;
        width: 37vw;
        height: 20vw;
        z-index: -1;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

/** Modal Box Css Welcome Box**/

.welcome
    {
        display: none;
        position: fixed;
        z-index: 1;
        width: 34vw;
        height: 20vw;
        top: 30%;
        left: 33%;
        overflow: auto;
        border: 2px solid black;
        border-radius: 50px;
        font-size: 5vw;   
        font-family: 'Courgette', cursive;
        
    }

.welcome::before
    {
        background-image: url("./images/prepairToCook.gif");
        opacity: 0.8;
        width: 34vw;
        height: 20vw;
        z-index: -1;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

/**Button of Modal Boxes**/

.submit
    {
        top: 78%;
        left: 36%;
        position: absolute;
        width: 35%;
        height: 15%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 1vw;
        margin-top: 2%;
    }

.name
    {
        top: 56%;
        left: 35%;
        position: absolute;
        width: 35%;
        height: 15%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3vw;
        font-family: 'Parisienne', cursive;
    }

.close
    {
        top: 39%;
        left: 32%;
        position: absolute;
        width: 35%;
        height: 15%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 1vw;
    }

.opacityCard
    {
        opacity: 0.3;
    }

.modalBox > input   
    {
        top: 58%;
        left: 32%;
        position: absolute;
        width: 35%;
        height: 15%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 1vw;
    }

/******************************************************************************/


@media only screen and (max-width: 575px) {
    aside
    {
        float: left; 
        width: 100%;
        height: 12vh;
        margin-bottom: 1%; 
    }

    .details
    {
        position: relative;
        top: -5vh;
        left: 8vw;
        background-image: url("./images/cutting\ borad.jpg");
        display: inline-block;
        height: 5vh;
        width: 12vw;
        text-align: center;
        font-size: 2.5vw;
        margin-bottom: 10%;
        font-family: 'Overpass', sans-serif;
        font-weight: bold;

        vertical-align: middle; /* For text in the center of div */
        line-height: 3vh; /* For text in the center of div (the same as your div height) */
    }

    header
    {
        text-align: center;
        font-weight: bold;
        font-size: 4vw;
        padding-bottom: 1%;
        padding-top: 1%;
        color: yellow;
        text-shadow: -1.5px -1.5px 0 blue, 1.5px -1.5px 0 blue, -1.5px 1.5px 0 blue, 1.5px 1.5px 0 blue;
        font-family: 'Bangers', cursive;
    }

    .pStats {
        color: yellow;
        text-shadow: 2px 4px blue;
        margin-top: 2%;
        margin-bottom: 12%;
    }

    .container
    {
        position: relative;
        /* display: flex; */
        height: 22vh;
        width: 168vw;
        margin-left: 3%;
        padding-top: 1%;
    }
    main    
    {
        width: 96vw;
        height: 27vh;
        display: flex;
        justify-content: space-around;
    }
    .card
    {
        width: 16%;
        height: 36%;
        margin: 0.25% 0.25% 0.25% 0.25%;
        display: inline-block;
        position: relative;
        background-size: cover;
    }
    .modalBox {
        display: none;
        position: fixed;
        z-index: 1;
        width: 65vw;
        height: 35vw;
        top: 35%;
        left: 26vw;
        overflow: auto;
        border: 2px solid black;
        border-radius: 50px;
        font-size: 10vw;
        font-family: 'Courgette', cursive;
    }

    .modalBox::before {
        background-image: url(./images/modalBox\ win.gif);
        opacity: 0.7;
        width: 65vw;
        height: 35vw;
        z-index: -1;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

    .close
    {
        top: 39%;
        left: 18%;
        position: absolute;
        width: 70%;
        height: 25%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3.5vw;
        font-weight: bolder;
    }

    .modalBox > input   
    {
        top: 68%;
        left: 18%;
        position: absolute;
        width: 70%;
        height: 25%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3.5vw;
        font-weight: bolder;
    }

    .welcome
    {
        display: none;
        position: fixed;
        z-index: 1;
        width: 70vw;
        height: 40vw;
        top: 30%;
        left: 15%;
        overflow: auto;
        border: 2px solid black;
        border-radius: 50px;
        font-size: 5vw;   
        font-family: 'Courgette', cursive;
        
    }

    .welcome::before
    {
        background-image: url("./images/prepairToCook.gif");
        opacity: 0.8;
        width: 70vw;
        height: 40vw;
        z-index: -1;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

    .p1 {
        margin-top: 22px;
    }

    .p2 {
        margin-top: -20px;
        margin-bottom: 0px;
    }

    .p1, .p2 {
        color: rgb(133, 69, 10);
        font-size: 125%;
        text-shadow: -1.5px -1.5px 0 yellow, 1.5px -1.5px 0 yellow, -1.5px 1.5px 0 yellow, 1.5px 1.5px 0 yellow;
    }

    .name {
        top: 56%;
        left: 25%;
        position: absolute;
        width: 55%;
        height: 18%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3vw;
        font-family: 'Parisienne', cursive;
    }

    .submit {
        top: 78%;
        left: 36%;
        position: absolute;
        width: 35%;
        height: 15%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 5vw;
        margin-top: 2%;
        font-weight: bold;
    }

    .cooked {
        font-size: 5.5vw;
        text-shadow: -1px -2.5px 0 yellow, 1px -2.5px 0 yellow, -1px 1px 0 yellow, 1px 1px 0 yellow;
    }
  }

  @media only screen 
  and (min-device-width : 414px) 
  and (max-device-width : 736px) 
  and (orientation : landscape) { 
    header
    {
        text-align: center;
        font-weight: bold;
        font-size: 4vw;
        padding-bottom: 1%;
        padding-top: 1%;
        color: yellow;
        text-shadow: -2px -2px 0 blue, 2px -2px 0 blue, -2px 2px 0 blue, 2px 2px 0 blue;
        font-family: 'Bangers', cursive;
    }

    .pStats {
        color: yellow;
        text-shadow: 2px 4px blue;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .p1,.p2
    {
        color: rgb(133, 69, 10);
        font-size: 50%;
    }

    .p1 {
        margin-top: 25px;
    }

    .p2 {
        margin-top: -15px;
        margin-bottom: 0px;
    }
    .container
    {
        position: relative;
        height: 27vh;
        width: 168vw;
        margin-left: 3%;
        padding-top: 1%;
    }
    main    
    {
        width: 76vw;
        height: 78vh;
        display: flex;
        justify-content: space-around;
    }
    .card
    {
        width: 16%;
        height: 79%;
        margin: 0.25% 0.25% 0.25% 0.25%;
        display: inline-block;
        position: relative;
        background-size: cover;
    }
    .modalBox {
        display: none;
        position: fixed;
        z-index: 1;
        width: 45vw;
        height: 30vw;
        top: 35%;
        left: 30vw;
        overflow: auto;
        border: 2px solid black;
        border-radius: 50px;
        font-size: 10vw;
        font-family: 'Courgette', cursive;
    }

    .modalBox::before {
        background-image: url(./images/modalBox\ win.gif);
        opacity: 0.7;
        width: 65vw;
        height: 35vw;
        z-index: -1;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

    .close
    {
        top: 39%;
        left: 18%;
        position: absolute;
        width: 70%;
        height: 20%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3.5vw;
        font-weight: bolder;
    }

    .modalBox > input   
    {
        top: 68%;
        left: 18%;
        position: absolute;
        width: 70%;
        height: 20%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3.5vw;
        font-weight: bolder;
    }

    .welcome
    {
        display: none;
        position: fixed;
        z-index: 1;
        width: 70vw;
        height: 33vw;
        top: 25%;
        left: 23%;
        overflow: auto;
        border: 2px solid black;
        border-radius: 50px;
        font-size: 5vw;   
        font-family: 'Courgette', cursive;
        
    }

    .welcome::before
    {
        background-image: url("./images/prepairToCook.gif");
        opacity: 0.8;
        width: 70vw;
        height: 40vw;
        z-index: -1;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

    .p1 {
        margin-top: 22px;
    }

    .p2 {
        margin-top: -40px;
        margin-bottom: 0px;
    }

    .p1, .p2 {
        color: rgb(133, 69, 10);
        font-size: 125%;
        text-shadow: -2px -2px 0 yellow, 2px -2px 0 yellow, -2px 2px 0 yellow, 2px 2px 0 yellow;
    }

    .name {
        top: 56%;
        left: 25%;
        position: absolute;
        width: 55%;
        height: 18%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3vw;
        font-family: 'Parisienne', cursive;
    }

    .submit {
        top: 78%;
        left: 36%;
        position: absolute;
        width: 35%;
        height: 15%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 5vw;
        margin-top: 2%;
        font-weight: bold;
    }
    .cooked {
        font-size: 4vw;
        text-shadow: -2.5px -2.5px 0 yellow, 2.5px -2.5px 0 yellow, -2.5px 2.5px 0 yellow, 2.5px 2.5px 0 yellow;
    }
  } 


  @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    aside
    {
        float: left; 
        width: 100%;
        height: 12vh;
        margin-bottom: 1%; 
    }

    .details
    {
        position: relative;
        top: -6.75vh;
        left: 8vw;
        background-image: url("./images/cutting\ borad.jpg");
        display: inline-block;
        height: 5vh;
        width: 12vw;
        text-align: center;
        font-size: 2.5vw;
        margin-bottom: 10%;
        font-family: 'Overpass', sans-serif;
        font-weight: bold;

        vertical-align: middle; /* For text in the center of div */
        line-height: 3vh; /* For text in the center of div (the same as your div height) */
    }

    header
    {
        text-align: center;
        font-weight: bold;
        font-size: 4vw;
        padding-bottom: 1%;
        padding-top: 1%;
        color: yellow;
        text-shadow: -3px -3px 0 blue, 3px -3px 0 blue, -3px 3px 0 blue, 3px 3px 0 blue;
        font-family: 'Bangers', cursive;
    }

    .pStats {
        color: yellow;
        text-shadow: 2px 4px blue;
        margin-top: 0.5vh;
        margin-bottom: 10%;
    }

    .container
    {
        position: relative;
        /* display: flex; */
        height: 60vh;
        width: 168vw;
        margin-left: 3%;
        padding-top: 1%;
    }
    main    
    {
        width: 98vw;
        height: 45vh;
        display: flex;
        justify-content: space-around;
    }
    .card
    {
        width: 16%;
        height: 23%;
        margin: 0.25% 0.25% 0.25% 0.25%;
        display: inline-block;
        position: relative;
        background-size: cover;
    }

    .modalBox {
        display: none;
        position: fixed;
        z-index: 1;
        width: 50vw;
        height: 25vw;
        top: 30%;
        left: 30vw;
        overflow: auto;
        border: 2px solid black;
        border-radius: 50px;
        font-size: 10vw;
        font-family: 'Courgette', cursive;
    }

    .modalBox::before {
        background-image: url(./images/modalBox\ win.gif);
        opacity: 0.7;
        width: 65vw;
        height: 35vw;
        z-index: -1;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

    .close
    {
        top: 39%;
        left: 18%;
        position: absolute;
        width: 70%;
        height: 20%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3vw;
        font-weight: bolder;
    }

    .modalBox > input   
    {
        top: 62%;
        left: 18%;
        position: absolute;
        width: 70%;
        height: 20%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3vw;
        font-weight: bolder;
    }

    .welcome
    {
        display: none;
        position: fixed;
        z-index: 1;
        width: 70vw;
        height: 40vw;
        top: 30%;
        left: 16%;
        overflow: auto;
        border: 2px solid black;
        border-radius: 50px;
        font-size: 5vw;   
        font-family: 'Courgette', cursive;
        
    }

    .welcome::before
    {
        background-image: url("./images/prepairToCook.gif");
        opacity: 0.8;
        width: 70vw;
        height: 40vw;
        z-index: -1;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

    .p1 {
        margin-top: 22px;
    }

    .p2 {
        margin-top: -20px;
        margin-bottom: 0px;
    }

    .p1, .p2 {
        color: rgb(133, 69, 10);
        font-size: 125%;
        text-shadow: -2px -2px 0 yellow, 2px -2px 0 yellow, -2px 2px 0 yellow, 2px 2px 0 yellow;
    }

    .name {
        top: 56%;
        left: 25%;
        position: absolute;
        width: 55%;
        height: 18%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3vw;
        font-family: 'Parisienne', cursive;
    }

    .submit {
        top: 78%;
        left: 36%;
        position: absolute;
        width: 35%;
        height: 15%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 5vw;
        margin-top: 2%;
        font-weight: bold;
    }

    .cooked {
        font-size: 4.5vw;
        text-shadow: -2.5px -2.5px 0 yellow, 2.5px -2.5px 0 yellow, -2.5px 2.5px 0 yellow, 2.5px 2.5px 0 yellow;
    }
  }

 

  @media only screen and (max-width: 1024) {
    .p1,.p2
    {
        color: rgb(133, 69, 10);
        font-size: 50%;
    }

    .p1 {
        margin-top: 25px;
    }

    .p2 {
        margin-top: -15px;
        margin-bottom: 0px;
    }
    .container
    {
        position: relative;
        height: 79vh;
        width: 168vw;
        margin-left: 3%;
        padding-top: 1%;
    }
    main    
    {
        width: 76vw;
        height: 80vh;
        display: flex;
        justify-content: space-around;
    }
    .card
    {
        width: 16%;
        height: 13%;
        margin: 0.25% 0.25% 0.25% 0.25%;
        display: inline-block;
        position: relative;
        background-size: cover;
    }

}
    
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)  {
    header
    {
        text-align: center;
        font-weight: bold;
        font-size: 4vw;
        padding-bottom: 1%;
        padding-top: 1%;
        color: yellow;
        text-shadow: -3px -3px 0 blue, 3px -3px 0 blue, -3px 3px 0 blue, 3px 3px 0 blue;
        font-family: 'Bangers', cursive;
    }

    .container
    {
        position: relative;
        /* display: flex; */
        height: 75vh;
        width: 168vw;
        margin-left: 3%;
        padding-top: 1%;
    }
    main    
    {
        width: 76vw;
        height: 80vh;
        display: flex;
        justify-content: space-around;
    }
    .card
    {
        width: 16%;
        height: 33%;
        margin: 0.25% 0.25% 0.25% 0.25%;
        display: inline-block;
        position: relative;
        background-size: cover;
    }

    .modalBox {
        display: none;
        position: fixed;
        z-index: 1;
        width: 45vw;
        height: 20vw;
        top: 25%;
        left: 30vw;
        overflow: auto;
        border: 2px solid black;
        border-radius: 50px;
        font-size: 10vw;
        font-family: 'Courgette', cursive;
    }

    .modalBox::before {
        background-image: url(./images/modalBox\ win.gif);
        opacity: 0.7;
        width: 45vw;
        height: 20vw;
        z-index: -1;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

    .close
    {
        top: 39%;
        left: 18%;
        position: absolute;
        width: 70%;
        height: 20%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3.5vw;
        font-weight: bolder;
    }

    .modalBox > input   
    {
        top: 68%;
        left: 18%;
        position: absolute;
        width: 70%;
        height: 20%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3.5vw;
        font-weight: bolder;
    }

    .welcome
    {
        display: none;
        position: fixed;
        z-index: 1;
        width: 70vw;
        height: 33vw;
        top: 25%;
        left: 23%;
        overflow: auto;
        border: 2px solid black;
        border-radius: 50px;
        font-size: 5vw;   
        font-family: 'Courgette', cursive;
        
    }

    .welcome::before
    {
        background-image: url("./images/prepairToCook.gif");
        opacity: 0.8;
        width: 70vw;
        height: 33vw;
        z-index: -1;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

    .p1 {
        margin-top: 22px;
    }

    .p2 {
        margin-top: -40px;
        margin-bottom: 0px;
    }

    .p1, .p2 {
        color: rgb(133, 69, 10);
        font-size: 125%;
        text-shadow: -2px -2px 0 yellow, 2px -2px 0 yellow, -2px 2px 0 yellow, 2px 2px 0 yellow;
    }

    .name {
        top: 56%;
        left: 25%;
        position: absolute;
        width: 55%;
        height: 18%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3vw;
        font-family: 'Parisienne', cursive;
    }

    .submit {
        top: 78%;
        left: 36%;
        position: absolute;
        width: 35%;
        height: 15%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 5vw;
        margin-top: 2%;
        font-weight: bold;
    }

    .cooked {
        font-size: 4vw;
        text-shadow: -2.5px -2.5px 0 yellow, 2.5px -2.5px 0 yellow, -2.5px 2.5px 0 yellow, 2.5px 2.5px 0 yellow;
    }
  } 




  /* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    header
    {
        text-align: center;
        font-weight: bold;
        font-size: 4vw;
        padding-bottom: 1%;
        padding-top: 1%;
        color: yellow;
        text-shadow: -5px -5px 0 blue, 5px -5px 0 blue, -5px 5px 0 blue, 5px 5px 0 blue;
        font-family: 'Bangers', cursive;
    }

    .pStats {
        color: yellow;
        text-shadow: 2px 4px blue;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .p1,.p2
    {
        color: rgb(133, 69, 10);
        font-size: 50%;
    }

    .p1 {
        margin-top: 25px;
    }

    .p2 {
        margin-top: -15px;
        margin-bottom: 0px;
    }
    .container
    {
        position: relative;
        height: 27vh;
        width: 168vw;
        margin-left: 3%;
        padding-top: 1%;
    }
    main    
    {
        width: 76vw;
        height: 78vh;
        display: flex;
        justify-content: space-around;
    }
    .card
    {
        width: 16%;
        height: 79%;
        margin: 0.25% 0.25% 0.25% 0.25%;
        display: inline-block;
        position: relative;
        background-size: cover;
    }
    .modalBox {
        display: none;
        position: fixed;
        z-index: 1;
        width: 45vw;
        height: 20vw;
        top: 25%;
        left: 30vw;
        overflow: auto;
        border: 2px solid black;
        border-radius: 50px;
        font-size: 10vw;
        font-family: 'Courgette', cursive;
    }

    .modalBox::before {
        background-image: url(./images/modalBox\ win.gif);
        opacity: 0.7;
        width: 45vw;
        height: 20vw;
        z-index: -1;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

    .close
    {
        top: 39%;
        left: 18%;
        position: absolute;
        width: 70%;
        height: 20%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3.5vw;
        font-weight: bolder;
    }

    .modalBox > input   
    {
        top: 68%;
        left: 18%;
        position: absolute;
        width: 70%;
        height: 20%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3.5vw;
        font-weight: bolder;
    }

    .welcome
    {
        display: none;
        position: fixed;
        z-index: 1;
        width: 50vw;
        height: 25vw;
        top: 29%;
        left: 30%;
        overflow: auto;
        border: 2px solid black;
        border-radius: 50px;
        font-size: 5vw;   
        font-family: 'Courgette', cursive;
        
    }

    .welcome::before
    {
        background-image: url("./images/prepairToCook.gif");
        opacity: 0.8;
        width: 50vw;
        height: 25vw;
        z-index: -1;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

    .p1 {
        margin-top: 22px;
    }

    .p2 {
        margin-top: -55px;
        margin-bottom: 0px;
    }

    .p1, .p2 {
        color: rgb(133, 69, 10);
        font-size: 80%;
        text-shadow: -3px -3px 0 yellow, 3px -3px 0 yellow, -3px 3px 0 yellow, 3px 3px 0 yellow;
    }

    .name {
        top: 56%;
        left: 25%;
        position: absolute;
        width: 55%;
        height: 10%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3vw;
        font-family: 'Parisienne', cursive;
    }

    .submit {
        top: 78%;
        left: 40%;
        position: absolute;
        width: 25%;
        height: 15%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 4vw;
        margin-top: 2%;
        font-weight: bold;
    }


    .cooked {
        font-size: 4vw;
        text-shadow: -2.5px -2.5px 0 yellow, 2.5px -2.5px 0 yellow, -2.5px 2.5px 0 yellow, 2.5px 2.5px 0 yellow;
    }
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    header
    {
        text-align: center;
        font-weight: bold;
        font-size: 4vw;
        padding-bottom: 1%;
        padding-top: 1%;
        color: yellow;
        text-shadow: -5px -5px 0 blue, 5px -5px 0 blue, -5px 5px 0 blue, 5px 5px 0 blue;
        font-family: 'Bangers', cursive;
    }

    .pStats {
        color: yellow;
        text-shadow: 2px 4px blue;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .p1,.p2
    {
        color: rgb(133, 69, 10);
        font-size: 50%;
    }

    .p1 {
        margin-top: 25px;
    }

    .p2 {
        margin-top: -15px;
        margin-bottom: 0px;
    }
    .container
    {
        position: relative;
        height: 27vh;
        width: 168vw;
        margin-left: 3%;
        padding-top: 1%;
    }
    main    
    {
        width: 76vw;
        height: 78vh;
        display: flex;
        justify-content: space-around;
    }
    .card
    {
        width: 16%;
        height: 79%;
        margin: 0.25% 0.25% 0.25% 0.25%;
        display: inline-block;
        position: relative;
        background-size: cover;
    }
    .modalBox {
        display: none;
        position: fixed;
        z-index: 1;
        width: 45vw;
        height: 20vw;
        top: 25%;
        left: 30vw;
        overflow: auto;
        border: 2px solid black;
        border-radius: 50px;
        font-size: 10vw;
        font-family: 'Courgette', cursive;
    }

    .modalBox::before {
        background-image: url(./images/modalBox\ win.gif);
        opacity: 0.7;
        width: 45vw;
        height: 20vw;
        z-index: -1;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

    .close
    {
        top: 39%;
        left: 18%;
        position: absolute;
        width: 70%;
        height: 20%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3.5vw;
        font-weight: bolder;
    }

    .modalBox > input   
    {
        top: 68%;
        left: 18%;
        position: absolute;
        width: 70%;
        height: 20%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3.5vw;
        font-weight: bolder;
    }

    .welcome
    {
        display: none;
        position: fixed;
        z-index: 1;
        width: 50vw;
        height: 25vw;
        top: 29%;
        left: 30%;
        overflow: auto;
        border: 2px solid black;
        border-radius: 50px;
        font-size: 5vw;   
        font-family: 'Courgette', cursive;
        
    }

    .welcome::before
    {
        background-image: url("./images/prepairToCook.gif");
        opacity: 0.8;
        width: 50vw;
        height: 25vw;
        z-index: -1;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
    }

    .p1 {
        margin-top: 22px;
    }

    .p2 {
        margin-top: -55px;
        margin-bottom: 0px;
    }

    .p1, .p2 {
        color: rgb(133, 69, 10);
        font-size: 80%;
        text-shadow: -3px -3px 0 yellow, 3px -3px 0 yellow, -3px 3px 0 yellow, 3px 3px 0 yellow;
    }

    .name {
        top: 56%;
        left: 25%;
        position: absolute;
        width: 55%;
        height: 10%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 3vw;
        font-family: 'Parisienne', cursive;
    }

    .submit {
        top: 78%;
        left: 40%;
        position: absolute;
        width: 25%;
        height: 15%;
        background-color: blanchedalmond;
        border: 2px solid black;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5vw;
        font-size: 4vw;
        margin-top: 2%;
        font-weight: bold;
    }


    .cooked {
        font-size: 4vw;
        text-shadow: -2.5px -2.5px 0 yellow, 2.5px -2.5px 0 yellow, -2.5px 2.5px 0 yellow, 2.5px 2.5px 0 yellow;
    }
    
  }
