<!DOCTYPE html>
<html>
	<head>
		<title>Fallen Warsaw</title>
		<meta charset="utf-8"/>
		<link rel="stylesheet" href="../common.css"/>
		<link rel="stylesheet" href="style.css"/>
		<link rel="icon" href="down-small.jpg"/>
		<meta name="viewport" content="width=device-width">

	</head>
	<body class="has-main" style='background-image: url("library-wide-thin.webp"); background-repeat: no-repeat; background-size: 100%;'>
		<main style="padding-top: calc(7vw + (-1em));">
<storylet>
	<img src="cloakroom-sign.jpg"/>
	<title>Consider your wardobe</title>
	<p>Tonight, the Conference Dinner will take place. You should dress appropriately. Or perhaps, your motivation is that, if you want to use all the outfits that you brought, you need to start varying today.</p>
</storylet>

<branch>
	<img src="outfit-white.jpg"/>
	<title>Dress white</title>
	<p>Shine a light. Go all-white, complemented by your black bag.</p>



 <a href="3m-">Go</a>
</branch>

<branch>
	<img src="outfit-black.jpg"/>
	<title>Dress black</title>
	<p>Hide in darkness. A blue t-shirt, a black shirt with white stripes and a dark skirt.</p>

	<a href="3n-">Go</a>


</branch>









		</main>
	</body>
</html>

