header {
    text-align: center;
    margin-top: 10%;  
}

h1 {
    color: rgb(255, 180, 182);
    font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: xx-large;
    padding-bottom: 15px;
}

h2 {
    color: rgb(196, 216, 255);
    font-family: "palatino", Georgia, 'Times New Roman', Times, serif;
}

.topnav {
    background-color: rgba(15, 37, 62, .5);
    padding: 10px;
    font-size: large;
    font-weight: bold;
    font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.topnav a {
    float: center;
    text-align: center;
    padding: 6px 8px;
    text-decoration: none;
    font-size: 17px;
    color: rgb(255, 180, 182);
    background-color: rgb(15, 37, 62);
    border-radius: 15px;
  }

  .topnav a:visited {
    color: rgb(196, 216, 255);
    background-color: rgb(15, 37, 62);
    border-radius: 15px;
  }

  .topnav a:hover {
    background-color: rgb(196, 216, 255);
    color: rgb(15, 37, 62);
    border-radius: 15px;
  }
  
  .topnav a.active {
    background-color: rgb(255, 180, 182);
    color: rgb(15, 37, 62);
    border-radius: 15px;
  }

dd {
    margin-bottom: 1em;
}

dt {
    margin-bottom: 1em;
    color:rgb(255, 180, 182);
    font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body {
    background-image: url("images/image001.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: wheat;
  }

article {
    background-size: 50%;
    background-position: center;
    margin: 10%;
    border-radius: 50px;
    background-color: rgba(15, 37, 62, 0.7);
    border: 5px solid;
    border-color: rgb(15, 37, 62);
    padding-bottom: 5%;
}

a:link, a:visited {
     color: rgb(196, 216, 255);; 
}

a:focus, a:hover, a:active {
    color: #f933ef;
}

section {
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 5%;
}

footer {
    text-align: center;
    font-size: larger;
}

img {
    max-width: 10%;
    height: auto;
}