body {
    background-color: whitesmoke;

}

h1 {
    color: darkgreen;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 5px;
}

#subtext {
    color: purple;
    padding: 0px;
    line-height: 0px;



}

#chase {
    border-style: dashed;
    border-width: 5px;
    border-color: black;
    margin-left: auto;
    margin-right: auto;
    display: block;

}

.hide {
    display: none;
}

#wrapper {
    max-width: 600px;
}