@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');
body {
    margin:0 auto;
    max-width: 50em;
    font-family:'Playfair Display', serif;
}
.body-two {
    background-color: #27363B;
}
.body-three {
    background-color: #27363B;
}
header {
    border: 5px
    solid #1B4965;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #1B4965;
}
main, footer {
    border: 5px
    solid #72A3C0;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white;
}
h1 {
    color: #1B4965;
    text-align: center;
    font-family:'Playfair Display', serif;
}
h2 {
    margin-left: 1em;
    color: #62B6CB;
}
.subtext {
    color: #1B4965;
    text-align: center;
    font-weight: bold;
    margin-top: -20px;
}
.paragraph {
    text-indent: 50px;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: -10px;
}
.description {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.copyright {
    text-align: center;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 500px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
li {
    display: inline;
    margin-right: 20px;
}
a:link {
    color: white;
}
a:hover {
    color: white
}
a:visited {
    color: white
}
.current-page {
    font-weight: bold;
}