body{
  display: flex;
  justify-content: center;
  font-family: trebuchet MS
}

#titleAnchor{
  text-decoration: none !important;
  font-style: normal;
  color: navy;
  /* color: #4484ce; */
}

.headAnchor{
  text-decoration: none;
  cursor: pointer;
  font-style: normal;
  color: navy;
}

.headAnchor:hover{
  text-decoration: underline !important;
}



@media (min-width: 800px) {
  #all{
    width: 600px
  }

  #header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    background-color: rgb(235,235,235);
    border: 2px solid navy;
    padding: 20px;
    box-shadow: 0px 0px 5px black;
  }

  #links{
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    float: right;
    margin-left: 20px;
    letter-spacing: 2px;
  }

  #title{
    height: 40px;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 6px;
    font-weight: bold;
    color: navy
  }

}

@media (max-width: 800px) {
  #all{
    width: 98%;
    margin-left: 1%
  }

  #header{
    display: flex;
    justify-content: space-between;
    height: 6vw;
    background-color: rgb(235,235,235);
    border: 2px solid navy;
    padding: 2%;
    box-shadow: 0px 0px 5px black;
  }

  #links{
    height: 6vw;
    line-height: 6vw;
    font-size: 5vw;
    float: right;
    margin-left: 2%;
    letter-spacing: 2px;
  }

  #title{
    height: 6vw;
    font-size: 6vw;
    line-height: 6vw;
    letter-spacing: .5vw;
    font-weight: bold;
    color: navy
  }
}

a{
  color: navy;
  cursor: pointer;
}
