<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 20px;
}
.movie-poster {
width: 100%;
border-radius: 10px;
margin-bottom: 20px;
}
.movie-info {
margin-top: 15px;
}
.movie-info p {
margin: 5px 0;
color: #666;
}
.rating {
margin-top: 10px;
font-size: 1.2em;
color: #333;
}
.stars {
color: #FFD700;
}
.actors {
margin-top: 20px;
font-size: 1em;
}
.actor-list {
display: flex;
flex-wrap: wrap;
margin-top: 10px;
}
.actor-list .actor {
width: 50%;
padding: 10px 0;
text-align: center;
}
.actor-list .actor img {
width: 80px;
height: auto;
border-radius: 50%;
margin-bottom: 5px;
}
.description, .genre {
margin-top: 15px;
}
</style>
<p><img alt="A Quiet Place: Day One Poster" class="movie-poster" src="https://image.tmdb.org/t/p/w600_and_h900_bestv2/yrpPYKijwdMHyTGIOd1iK1h0Xno.jpg" /></p>
<div class="movie-info">
<p><strong>Directed by:</strong> Michael Sarnoski</p>
<p><strong>Produced by:</strong> John Krasinski, Michael Bay</p>
<p><strong>Written by:</strong> Jeff Nichols</p>
<p><strong>Runtime:</strong> 90 mins</p>
<p class="genre"><strong>Genre:</strong> Horror, Thriller</p>
<div class="rating">IMDb Rating: 8.0 <span class="stars">★★★★☆</span></div>
</div>
<div class="description"><strong>Description:</strong>
<p>"A Quiet Place: Day One" explores the terrifying events of the alien invasion that led to the need for silence. As the world falls apart, a new group of survivors must navigate the horror without making a sound.</p>
</div>
<div class="actors"><strong>Main Cast:</strong>
<div class="actor-list">
<div class="actor"><img alt="Lupita Nyong'o" src="https://media.themoviedb.org/t/p/w276_and_h350_face/y40Wu1T742kynOqtwXASc5Qgm49.jpg" />
<div>Lupita Nyong'o</div>
<div class="character">Samira</div>
</div>
<div class="actor"><img alt="Joseph Quinn" src="https://media.themoviedb.org/t/p/w276_and_h350_face/zshhuioZaH8S5ZKdMcojzWi1ntl.jpg" />
<div>Joseph Quinn</div>
<div class="character">Eric</div>
</div>
<div class="actor"><img alt="Alex Wolff" src="https://media.themoviedb.org/t/p/w276_and_h350_face/hMhGWS5nB7ZGA3B1aefY39pizgm.jpg" />
<div>Alex Wolff</div>
<div class="character">Reuben</div>
</div>
<div class="actor"><img alt="Djimon Hounsou" src="https://media.themoviedb.org/t/p/w276_and_h350_face/8BpM0SSdRJdMMl3vRqrk2LUICxH.jpg" />
<div>Djimon Hounsou</div>
<div class="character">Henri</div>
</div>
<div class="actor"><img alt="Eliane Umuhire" src="https://media.themoviedb.org/t/p/w276_and_h350_face/u2q6nQtLsKGyTnWHtmKGyeYAyXq.jpg" />
<div>Eliane Umuhire</div>
<div class="character">Zena</div>
</div>
<div class="actor"><img alt="Takunda Khumalo" src="https://media.themoviedb.org/t/p/w276_and_h350_face/8vX06iIWUxv7XZ59P0alJl63DF9.jpg" />
<div>Takunda Khumalo</div>
<div class="character">Osahar</div>
</div>
<div class="actor"><img alt="Alfie Todd" src="https://media.themoviedb.org/t/p/w276_and_h350_face/oXeTkU4tPxXit79e7iaQgb551YV.jpg" />
<div>Alfie Todd</div>
<div class="character">Max</div>
</div>
<div class="actor"><img alt="Avy-Berry Worrall" src="https://media.themoviedb.org/t/p/w276_and_h350_face/u6dUJd30o0Zg9w5lQdmKluX4DAc.jpg" />
<div>Avy-Berry Worrall</div>
<div class="character">Young Sister</div>
</div>
<div class="actor"><img alt="Ronnie Le Drew" src="https://media.themoviedb.org/t/p/w276_and_h350_face/dem21WUxvtB7p8w9yUtMT8etz4J.jpg" />
<div>Ronnie Le Drew</div>
<div class="character">Marvin Monroe</div>
</div>
</div>
</div>