body {
  /*font-family: Roboto, Helvetica, sans-serif;
  */
  font-family: 'Baskervville', serif;
  margin: 0;
  background-color: #eee; }

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
 /*  
 position: relative;
 right: 0;
 bottom: 0;
 margin: none;
 padding: none;
 width: 100%;
 height: 100%;
 object-fit: cover;
*/ }

header {
  display: block; }

a {
  text-decoration: none; }

.site-title {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 10px 20px;
  font-size: 50px;
  font-weight: 125;
  background-color: rgba(105, 105, 155, 0.774);
  color: white; }

.navbar {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 22px; }

.navlist {
  margin: 0 0 0 20px;
  padding: 0; }

.navitem {
  display: inline-block; }

a {
  color: #343434; }

a:hover,
a:focus {
  color: #3b145f; }

a:focus {
  outline: none; }

.navlink a {
  padding: 8px 10px;
  display: inline-block; }

.navlink.active {
  box-shadow: inset 0 -3px rgba(105, 105, 155, 0.774); }

.layout-container {
  position: relative;
  margin: 50px 10%;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto; }

.poem {
  font-size: 25px;
  text-align: center;
  flex: 0 1 28%;
  display: flex;
  margin: 2px;
  padding: 20px;
  border: 1px solid #792828;
  border-radius: 2px;
  background-color: rgba(105, 105, 155, 0.69); }

.poem-content {
  flex: 1 1 80%; }
