body {
    background-color: #f0f2f5;
    padding-top: 60px;
    width: 1200px;
  margin: 40px auto;
}

header {
    background-color: #002838fa;
    color: white;
    padding: 20px;
    text-align: center;
    position: top;
    margin: auto;
    width: 100%;
    
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: underline;
}


h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3,p {
    width: 800px;
}
h3 {
    font-size: 20px;
}

p {
    font-size: 16px;
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

figure img {
    float: right;
    height: auto;
    margin-left: 10px;
    
}

blockquote {
    padding: 10px;
    background-color: #e9e9e9;
    margin: 20px 0;
    width: 550px;
}

cite {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

figure2 img {
    float: center;
    height: auto;
}

figcaption {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
    
}
footer {
    background-color: #002838fa;
    color: white;
    padding: 20px;
    text-align: center;
    position: bottom;
    margin: auto;
    width: 100%;
    
}
footer a {
    color: white;
}
.no-bullet {
    list-style: none;
    padding: 0;
    margin: 0;
}