/* style.css */
header, footer {
  font-family: Times New Roman, serif;
  font-size: 20px;
  padding: 5px;
  border-radius: 3px;
  background-color: lime;
  color: black;
  text-align: center;
  /*font-family: 'Times New Roman', serif;*/
}

body {
  font-family: Times New Roman, serif;
  font-size: 16px;
  background-color: black;
  color: white;
  text-align: center;
}

img {
  height: 200px;
  width: 90%;
  margin: 5px auto;
  display: block;
}

/*=========================================
    Main Styles
    =========================================*/
  .nav ul {
    list-style: none;
    background-color: lime;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    border-radius: 3px;
    margin: 0;
  }

  .nav li {
    display: inline-block;
  }

  .writing {
    text-align: center;
  }

  .info {
    font-size: 20px;
  }