<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Power Play</title>
	<link rel="stylesheet" href="main.css">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="stylesheet" href="animate.css">
	<link href='https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700|Raleway:400,300,700' rel='stylesheet' type='text/css'>
</head>
<body class="animated fadeIn">
<header><p>Development by Alexis Collado & Story by Trysh Olives <br> Paintings and Photos from Google Images, The Phillipine Collegian</p></header>
<div class="story">
<img src="reputation.png" alt="">
<h1 class="heading">Power Play</h1>
<p class="narration">The conglomerate threatens to destroy your reputation. Your family's life is already involved. What is your next course of action?</p>
<div><a href="resign.html" class="choice">Resign from office.</a></div>
<div><a href="fight.html" class="choice">Fight the difficult fight.</a></div>
<div><a href="conglomerate.html" class="choice">Go back.</a></div>
</div>

	
</body>
</html>