body {
    background-color:black;
    color:darkseagreen;
}

.else{
    font-style: italic;
    color: darkcyan;
}

.textblock {
    margin: 20px;
    font-size:large;
    text-align: justify;
}

.text-container {
    margin: 40px;
    border-style:dotted;
    border-color:darkgreen;
}

header {
    text-align: center;
}

footer {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: burlywood;
}

a {
    color: cadetblue;
}

h1 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: xx-large;
    color: cyan;
}

h2 {
    font-style: italic;
    font-size: larger;
    color: chartreuse;
}

main {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: larger;
}

.highlight {
    color:blanchedalmond;
    font-size: x-large;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#guestbook-container {
    text-align: center;
}

.guestbook {
    border: none;
}
