
.container{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#highest-scores-top  {
    color: blue;
}
  
#highest-scores-top:hover {
    color:rgb(3, 3, 68);
    font-weight: bold;
}

h1, h2 {
    
    text-align: center;
    color: rgb(3, 3, 88);
    
  }

h1 {
    font-size: 3.5em;
}

h2{
    font-size: 2.5em;
}

h3{
    color: rgb(3, 3, 88);
    font-size: 2em;
}

p, #scores-form {
    font-size: 24px;
}

#choices {
    padding-bottom: 30px;
}

.list {
    margin-top: 10px;
    list-style-type: none;
    background-color: rgb(3, 3, 88);
    color: #ffffff;
    padding: 1em;
    font-size: 16px;
    
}

#box {
    text-align: center;
    padding-left: 30px;
}

.btn, .navbar {
    background-color: rgb(3, 3, 88);
    color: #ffffff;
}

