ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  li a:hover {
    background-color: #111;
    color: white; 
  }
  
  img {
    width: auto;
    height: 600px;
    border-style: solid;

  }

  .picture {
    display: flex;
    justify-content: center;
  }

  h1 {
    text-align: center;
  }

body {
  background-color:#A0C4C9; 
  font-family: "Trirong", serif;
}

.navigation {
  display: flex;
  justify-content: center;
}