h1, h2 {
color: #2c3e50;
}
h1 {
text-align: center;
margin-bottom: 30px;
}
section {
background-color: #ffffff;
padding: 20px;
margin-bottom: 20px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
ul {
padding-left: 20px;
}
.sub-title {
font-weight: bold;
color: #34495e;
margin-top: 10px;
}
.scenario {
background-color: #eef2f3;
padding: 15px;
border-left: 5px solid #3498db;
margin: 15px 0;
border-radius: 5px;
}
<div class="scenario">
<strong>Portraits in Low Light</strong><br>
Aperture: f/2.8<br>
Shutter Speed: 1/100<br>
ISO: 1600<br>
White Balance: Tungsten (or Custom)<br>
Mode: Aperture Priority (Av/A)
</div>
<div class="scenario">
<strong>Wide Shot of a Church or Event (Ambient Light)</strong><br>
Aperture: f/4<br>
Shutter Speed: 1/60<br>
ISO: 800<br>
White Balance: Auto or Custom<br>
Mode: Aperture Priority or Manual
</div>
<div class="scenario">
<strong>Action Shots (Choir, People Walking)</strong><br>
Aperture: f/2.8<br>
Shutter Speed: 1/250<br>
ISO: 1600<br>
White Balance: Auto or Custom<br>
Mode: Shutter Priority (Tv/S) or Continuous Focus (AF-C)
</div>