body {
    background-image: url("images/blueback.jpg");
}

@font-face {
    font-family: comicStyle;
    src: url(fonts/SuperBoom-OVO4P.ttf);
 }

h2 {
    font-family: comicStyle;
    padding-top: 20px;
}

.databaseHeader {
    background-color: lightgray;
    padding-bottom: 8px;
    margin-bottom: 0;
}

table {
    background-color: white;
}

form {
    padding-bottom: 10px;
}

#creatorTab{ 
    font-weight: bold;
    background-color: lightblue;
    color: #033785;
}

#databaseTab {
    font-weight: bold;
    background-color:#033785; 
    color: white;
}