*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    width: 100%;
    min-height: 100vh;
    height: auto;
    overflow: auto;
    padding: 1px; 
    background-color: #FFBF00;
}
.nuggetsContainer {
    width: 100%;
    width: 720px;
    height: 100vh;
    height: auto;
    margin: 0px auto 0px;
    background-color: #1c1c1e;
    border-radius: 10px;

    padding: 10px;
}

.header1{
    font-family: monospace;
    font-size: 30px;
    padding-top: 30px;
    color: #FFBF00;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}

.Structure {
    font-family: monospace;
    font-size: 13px;
    color: beige;
    padding-top: 20px;
    letter-spacing: 1px;
    padding-left: 100px;
}

.websiteStruct p {
    display: inline-block;
    margin-right: 10px; 
  }

.websiteStruct a {
    text-decoration: none;
    color: beige;
 }

 .NuggetsContent img{
    width: 100%;
    height: 420px;  
    padding-top: 50px;

    align-items: center;
    padding: 50px;
    border-radius: 80px;
 }

.nuggetsDesc {
    color: white;
    font-family: sans-serif;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    justify-items: center;
    padding-bottom: 20px;
}

.descHead {
    letter-spacing: 3px;
    padding-bottom: 10px;
}

.ingredientsheader {
    font-family: monospace;
    color: white;
    padding-top: ;
    padding-left: 30px;
    letter-spacing: 1px;
    font-size: 15px;
    padding-bottom: 10px;
}

.ingredientsInfo {
    color: white;
    padding-left: 40px;
    padding-bottom: 20px;
    font-family: monospace;
    
}

.nuggetSteps {
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    font-family: monospace;
}

.stepHeader {
    padding-bottom: 10px;
}

.stepbystep {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
}