/* CSS Document */
body {background-color: rgb(216, 198, 184);}
h1   {color:rgb(85, 50, 55);font-family: 'Goudy Old Style';border:6px solid rgb(11, 148, 70);padding:1px;font-size:50px;text-align: center}
h2   {color: rgb(207, 28, 68); font-family: klinic slab medium;font-size:50px;text-align: center}
p    {color:rgb(85, 50, 55);font-family:goudy old style;font-size:32px;text-align:center}
a:link, a:visited {
  background-color: rgb(11, 148, 70);
  color: rgb(85, 50, 55);
  font-family: klinic slab medium;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
a:hover, a:active {
  background-color: rgb(207, 28, 68);
}
.navbar {position: absolute; margin-left:460px;margin-top: 14px}
.logo {position: absolute; margin-right:460px;margin-top: 5px}
.header {align-content:center;padding-top:20px; margin-bottom:100px;margin-right:auto;margin-left:auto;max-width:1080px;}