body {
  background-color: grey;
  margin: 0;
}

#navbar{
    display: flex;
    background-color: lightgray;
    margin: 0;
    padding:0;
    width: 100%;
}

h1 {
  color: white;
}
p {
  color: white;
  text-align: center;
}

table {
    width: 100%;
    padding: 2%
}

h1{
    text-align: center;
}

#th1{
    color: rebeccapurple;
    background-color: palevioletred;
    border-radius: 5px;
}

#th2{
    color: rebeccapurple;
    background-color: palegoldenrod;
    border-radius: 5px;
}

#th3{
    color: rebeccapurple;
    background-color: palegreen;
    border-radius: 5px;
}

#th4{
    color: rebeccapurple;
    background-color: paleturquoise;
    border-radius: 5px;
}



#songimage{
    width: 8em;
    height: 8em;
    border-radius: 5px;
}

#largetd{
    width: 25%;
    text-align: center;
}

tr.spaceUnder>td {
  padding-bottom: 1em;
  padding-top: 1em;
  background-color: rgb(110, 110, 110);
}

button{
    color: blue;
}

#logbutton{
    color: blue;
    font-size: x-small;
}

ul{
    list-style-type: none;
    text-align: left;
}

#navtext{
    color: rebeccapurple;
    margin: .3%;
    font-size: x-small;
    margin-left: auto;
}