h1{
    color:blanchedalmond;
    font-family:'Broadway';
    font-size: 80px;
    text-align: center;
    font-style:normal;
    font-variant: small-caps;
    font-weight:bolder;  
}

body{
    color:darkblue;
    font-size: 25px;
    font-family:'Bell MT';
    background-image: url(light-blue-8.jpg);
    background-size: cover;
    border: blanchedalmond 15px dotted;
}

h2,h3{
    color:darkblue;
    font-family:'cooper black';
    text-align: center;
    font-style:oblique;
    font-variant:small-caps;
    font-weight:bolder;
    font-size: 40px
}

img{
    border: blanchedalmond solid 4px;
}

#Places{
    list-style-position: inside;
    margin-left: 670px;
}