@import url('https://fonts.googleapis.com/css2?family=Birthstone&family=Condiment&family=Lobster&family=Pinyon+Script&family=Story+Script&display=swap');
@charset "utf-8";
header {
  width: 1000px;
  height: 100px;
  background-color: #65735C;
  text-align: center;
  line-height: 100px;
  font-family: "Pinyon Script", cursive;
}
nav {
  width: 1000px;
  height: 100px;
  background-color: #0D4A3A;
  font-family: "Pinyon Script", cursive;
}
article {
  width: 490px;
  height: 415px;
  background-color: #314A59;
}
section {
  width: 1000px;
  margin: auto;
  background-color: #314A59
}
a:link {
  background-color: #262626
}
a:visited {
  background-color: #262626
}
a:hover {
  background-color: #D9936A
}
body {
  background-color: #93BFB7
}
p {
  background-color: #FFC7BA
}
h1 {
  font-size: 50px;
}
a:link {
  color: #FFF8AD;
  text-decoration: none;
}
a:visited {
  color: #88F2E8;
}
a:hover {
  background-color: #97A6A0;
  color: ffffff;
}
a:active {
  color: #BF9D73;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}