body {
    color:navy;
    font-family: "Georgia", serif;
    text-align: center;
}

h1 {
    font-family: "Georgia", serif;
    font-variant: small-caps;
}

body {
    border: 5px solid cyan;
    outline-color: teal;
    outline-style: dashed;
    outline-offset: 3px
}

body {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 15px;
    margin-left: 15px;    
}

p.home {
    color: darkgreen;
    font-size: 25px
}