body {
  background-color: darkslategrey;
  background-image: url("");
  background-size: cover;
  background-repeat: no-repeat;
  color: aliceblue;
  font-family: Arial
}

 h1{
    text-align:center;
    font-family:lucida;
    color:cornflowerblue;
}

 a:link {
  outline-style: outset;
  outline-color:  #bdbdbd;
  width: 35%;
  margin:10px;
  background-color: #636363;
  padding: 14px 14px;
  text-align: center;
  text-decoration:none;
  display:inline-block;
  color: darkgray;
  font-weight:bold;
}

a:visited {
  outline-style: outset;
  outline-color:  #bdbdbd;
  background-color:  #636363;
  text-align: center;
  display:inline-block;
  text-decoration:none;
  color: black;
  font-weight:bold;
}

a:hover, a:active {
  outline-style: outset;
  outline-color:  #feb24c;
  text-align: center;
  display:inline-block;
  text-decoration:none;
  color:goldenrod;
  font-weight:bold;
}

.sitelink {
  column-count: 3;
  column-gap: 40px;
  column-rule-style: solid;
  column-rule-width: 1px;
  column-rule-color: grey;
}


  .nav{
    border-style: outset;
    border-color: silver;
    width: 15%;
    margin:auto;
    background-color:grey;
    text-align: center;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:20px;
}

  .flavor{
    color: cornflowerblue;
    text-align: center;
    font-weight: bold;
}
