/* Global styles for the document */
body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif; /* New: Font family */
}

/* Styles for the header element */
header {
    background-color: #002171;
    color: #FFFFFF;
    background-image: url('sunset.jpg'); /* New: Background image */
    background-repeat: no-repeat;
    background-position: right;
    line-height: 400%;
    text-indent: 1em;
}

/* Styles for the nav element */
nav {
    background-color: #BBDEFB;
    font-weight: bold; /* New: Bold text */
}

/* Styles for the h2 element */
h2 {
    color: #1976D2;
    font-family: 'Georgia', 'Times New Roman', serif; /* New: Font family */
}

/* Styles for the dt element */
dt {
    color: #002171;
}

/* Styles for a class named resort */
.resort {
    color: #1976D2;
}

/* Set the bottom margin of the h1 element to 0 */
h1 {
    margin-bottom: 0;
}
