
body {
    background: gainsboro;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.topbar {
    width: 100%; height: 42px;
    background:  rgb(192,109,137);;
}

.nav {
    
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 24pt;
}

a {
    color: rgb(192,109,137);
    text-decoration: none;
}

a:hover {
    color: black;
}

#returnlink {
    font-weight: bold;
}


.content {
    width: 100%; min-height: 600px;
    align-self: auto;
    padding-left: 20%;
}