.SongEntry
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 5%;
    font-weight: bold;
}

#canvas
{
    white-space: pre-line;
}

#searchDiv
{
    text-align: center;
    margin-bottom: 5px;
    position: fixed;
}

ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

p
{
    text-align: center;
    font-size: 200%;
    
}