html {
    font-size: 24px;

    background-image: url("images/img (4).jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: darkblue;
  }
  body {
    width: 80%;
    margin: auto;
    background-color: #e8e5a7;
    border-radius: 5px;
  }

  /*navigation list*/
  nav {
    margin: auto;
    background-color: white;
    font-size: 1.5em;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  ul {
    padding: 0;
    text-align: center;
    list-style-type: none;
  }

  .link li {
    display: inline;
    padding: 10px;
  }
  img {
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    border-radius: 10px;
  }
  .picbox {

    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    overflow: hidden;
  }
  .main-image {
    float: left;
  }
  .text {
    text-align: left;

    margin:10%;
  }

  h1 {
    text-align: center;
    text-decoration: bold;
  }
  .self {
   background-color: #e8e5a7;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
  }
  a {
    text-decoration: none;
    color: black;
  }
  .content {
    font: verdana;
    margin: 10%;
  }
  .content img {
    margin-left: 10%;
    margin-right: 10%;
    width: 25%;
  }
  .past-image {
    margin-left: 3%;
    margin-right: 3%;
    width: 25%;
    border-style: solid;
  }
  .past-content {
    border-style: solid;
    border-radius: 10px;
  }
