@charset "UTF-8";
body {
    font-family: Arial, sans-serif;
    margin: 10px;
    padding: 10px;
    background-image: url(sbeach.jpg);
    border: 5px solid #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: auto;
}
#family-photo {
    width: 45%;
    height: auto;
    display: block;
    margin: 20px auto;
    align-content: center;
}
h1 {
    font-size: 36px;
    color: #0e2236;
    margin-bottom: 20px;
    text-align: center;
}
p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    background-color: azure;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 18px;
}
nav a:hover {
    text-decoration: underline;
}
nav ul {
    list-style-type: none;
    padding: 0;
}