body{
    background-image: url("https://i.pinimg.com/originals/57/33/e1/5733e112c93c3fff7505086d83073402.jpg");
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body {
    display: flex;
    flex-direction: row;
    font-family: 'Cinzel', serif;
  }
p{
    background-color: #eee;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
  
  header {
    background-color: #333;
    color: #fff;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  nav#cover {
    background-color: #eee;
    width: 200px;
    height: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  li {
    margin: 10px 0;
  }
  
  a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
  }
  header {
    background-color: #333;
    color: #fff;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  nav#side {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  ul#side {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  
  li#side {
    margin: 0 10px;
  }
  
  a#side {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  