.container {
    margin-top: 1 !important;
}

#theHTML {
    font-family: Georgia;
    font-size: 1.5em;
    text-transform: capitalize;
    color: whitesmoke;
    background-color: blue;
}

#top {
    font-size: 2em;
    font-family: Georgia;
    background-color: whitesmoke;

}

#content {
    font-family: Verdana;
    font-size: 1.5 em;
    background-color: whitesmoke;
}

#theTitle {
    font-size: 1.85 em;
    font-family: Georgia;
}

.tt-menu {
  width: 100%;
  margin-top: 4px;
  padding: 8px 0;
  background-color: whitesmoke;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.win {
    font-weight: bold;
}
.teamOne {
    font-family: Georgia;
    font-size: 2.5em;
    text-transform: capitalize; 
    text-align: center; 
}

.teamTwo {
    font-family: Georgia;
    font-size: 2.5em;
    text-transform: capitalize;
    text-align: center;
}

.teamOneNickname {
    font-family: Georgia;
    font-size: 1em;
    text-transform: capitalize;
    text-align: center;
}

.teamTwoNickname {
    font-family: Georgia;
    font-size: 1em;
    text-transform: capitalize;
    text-align: center;  
}