html{
    /* padding-right: 100px;
    padding-left: 100px; */
    /* margin-left: 400px;
    margin-right: 400px; */
    width: 80%;
    margin: auto;
}
body{

    font-family: 'Poppins', sans-serif;
    margin-right: auto;
    margin-left: auto;
    
}

#top h1{
    margin-top:0;
    padding-top: 20px;
    padding-bottom:0px;
    margin-bottom:0px;
    font-size: 70px;
}
#top h2{
    margin-top:0;
    padding-top: 0px;
    padding-bottom:0px;
    margin-bottom:0px;
    font-size: 30px;
    font-weight: 300;
}

#top h3{
    margin-top:0;
    padding-top: 0px;
    padding-bottom:10px;
    margin-bottom:0px;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}

#eggs{
    margin:auto;
    width:960px;
    border-radius: 25px;
}
#top{
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align:center;
  margin-left: auto;
margin-right: auto;
}

#description{
    text-align:center;
}
#ing-sup{
    display:flex;
    flex-wrap:wrap;
}

#ing{
    width: 50%;
}
#sup{
    width: 50%;
}

#images{
    display:flex;
    width: fit-content;
    margin: auto;
}

#steps{
    border-radius: 25px;
    padding: 10px;
   object-fit: cover;   
}
#sup p{
    font-size: 13px;
    color:grey;
    font-weight: 200;
}
#instruct{
    line-height: 2;
}
#instruct ol{
    padding-bottom: 30px;
}
footer{
    width: fit-content;
    margin: auto;
}
@media(max-width: 500px) {
    
    #description{
        text-align: center;
        margin-right: 10px;
        margin-left: 10px;
    }
    html{
        margin-right: 10px;
        margin-left: 10px;
    }
    #eggs{
        width: 50%;
        box-sizing:border-box;
        /* margin-right: 10px;
        margin-left: 10px; */
    }
    #ing-sup{
        display:block !important;
        flex-wrap:nowrap;
    }
    #ing{
        width:100%;
        display:block !important;
        flex-wrap:nowrap;

    }
    #sup{
        width:100%;
        display:block !important;
        flex-wrap:nowrap;

    }
    #images{
        display: block;
        width: 50%;
    }
}
