@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}
header {
    display:flex;   
    font-size:50px;
    position:static;
    margin-top:-40px;
}
.thumb {
margin-left:-28em;
margin-top:-11px;
margin-right:27em;
}
header h1 {
    margin-left: 0px;
    margin-right: -80px;
}
h1 {
    font-family:'DM Serif Text', serif;
    font-size:36px;
    margin-left: 10px;
}
.title {
    font-size:48px;
    background-color:rgb(64, 200, 224);
    width:110%;
    border:solid black 4px;
}
p {
    font-size:111%;
    margin-left:2em;
    margin-right:1em;
    padding: 2px;
}
footer {
    background-color:rgb(70, 113, 207);
    width:98.5%;
    margin-bottom:0px;
    border:solid black 4px;
    position:fixed;
}
.center {
    text-align:center;
    color: rgb(7, 0, 41);
    font-size: 100%;
}
nav {
    background-color:rgb(70, 113, 207);
    border:solid black 4px;
    display:flex;
    margin-top:-36px;
}
nav p {
    text-align:center;
    flex-basis:245px;
    font-size:1.6em;
    font-family:'DM Serif Text', serif;
    display: flex;
}
nav a {
    color: rgb(6, 1, 31);
    text-decoration: none;
}
nav a:hover {
    color:rgb(255, 94, 0);
}
img {
    float: right;
    margin-right: 5.5em;
}