/* CSS files add styling rules to your content */

body {
  font-family: helvetica, arial, sans-serif;
  margin: 2em;
}

html, body {
  height: 100%;
}

h1 {
  font-style: italic;
  color: #373fff;
}

/* Customize the embed by changing these styles*/
replay-web-page {
  display: flex;
  margin: 4px;
  border: 1px solid black;
  height: 500px;
}


