html{
    line-height: 1.4;
    font-family: 'Prompt', sans-serif;
}

.content-area {
    width: 80%;
    margin-left: auto;
    margin-right: auto; 
    padding: 20px 0px;
}

header{ 
    background-image: url("https://runawayrice.com/wp-content/uploads/2015/10/Steamed-Layer-Cake-Bites.jpg");
}

h1{
    font-size: 80px;
    color: rgb(26, 99, 17);
    margin: 0;
    margin-top: 130px;
    text-align: center;
}

h2{
    font-size: 30px;
    color: rgb(26, 99, 17);
    margin: 0;
    margin-bottom: 180px;
    line-height: 1;
    text-align: center;
}

strong{
    color:rgb(15, 64, 10);
}

#info {
list-style: none;
}

h3{
    font-size: 40px;
    color: rgb(26, 99, 17);
    margin:0;
    margin-top:17px;
    margin-bottom: 30px;
    text-align: left;
}

#description{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.first-img{ 
    float: left;
    height: 500px;
    margin-right: 60px;
    margin-bottom: 50px;
    border: solid white;
}

p{
    justify-content: left;
    font-size: 13pt;
    line-height: 1.45;
    margin-bottom: 80px;
    color: #000000;
}

#last-paragraph{
    margin-bottom: 35px;
}

#pandan, #munkbean, #required-equipment{
    float: left; 
    width: 30%;
    margin-bottom: 30px;
}

#ingredients{
    margin-bottom: 300px;
}

h4{
    font-size: 20px;
    margin: 0;
    margin-bottom: 0;
    color: rgb(26, 99, 17);
}

.second-img{ 
    float: right;
    height: 300px;
    margin-left: 60px;
    margin-bottom: 50px;
    border: solid white;
}

.third-img{
    float: left;
    height: 300px;
    margin-right: 60px;
    margin-bottom: 50px;
    border: solid white;
}


ul{
    display: grid;
    padding: 0;
    margin-top: 30px;
    grid-template-columns: 475px 475px ;
    margin-bottom: 30px;
    list-style: none;
}

li{
    width: 100%;
    margin-bottom: 10px;
}

#quote{
    font-size: 25px;
    text-align: center;
    margin-left: 130px;
    margin-right: 130px;
    margin-bottom: 50px;
}

#conclusion{
    background-image: url("https://i0.wp.com/chawjcreations.com/wp-content/uploads/2020/04/IMG_9800-1-scaled.jpg?resize=2048%2C1365&ssl=1");
    color: white;
}

footer{
    background-color:rgb(26, 99, 17);
}

#footer {
    color: white
}