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;
  }
  
  .bedroom {
    display: flex;
    justify-content:center;
  }

  h1 {
    text-align: center;
  }

  body {
    font-family: "Trirong", serif;
  }

  img {
    border-style: solid;
  }

  .navigation {
    display: flex; 
    justify-content: center;
  }