body {
    background-image: url(better.jpg);
    background-size: cover;
    height: auto;
    width: 900px;
    margin: 0 auto;
}
main {
    background: lightblue;
    padding: 20px;
}
h2 {
    color: black;
    text-align: center;
}
header {
    background: white;
    text-align: center;
}
p {
    
    text-align: center;
}
nav {
    background: #dddddd;
    text-align: center;
}
nav a {
    text-decoration: none;
    color: lightblue;
    text-transform: uppercase;
    background: black;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 2px;
}
nav a:hover{
    color: black;
    background: lightblue;
}
nav a.active {
    color: black;
    background: lightblue;
}
footer {
    background: #dddddd;
}
p2 {
    text-align: right;
}
img {
    width: 300px;
    height: 250px;
    padding: 60px;
    
}