body {

    height: auto;
    width: auto;
    text-align: center;
    color: rgb(107, 81, 59)
}

body {
    background-color: rgb(255, 251, 235)
}

/*the structure for the layout of the web page color*/
html {
    border-top: 30px soild rgb(94, 84, 77);
    border-left: 120px solid rgb(94, 84, 77);
    border-right: 120px solid rgb(94, 84, 77);
    padding: 0;
    min-height: 100vh;
    margin: 0;
}

ul {
    list-style-type: none;
}

a:hover {
    background-color: rgb(170, 120, 76);
    font-size: 18px;
    color: white;
  }

  a:active {
    color: hotpink;
  }

  h2 {
    font-size: 20px;
  }