h1 {color:#7FA4FF;}

div{
  color: white;
  font-size: 1.1em;
  border: solid 2px gray;
  background-color: black;
  text-align: center;
}

#predict{
  background-color: blue;
  font-size: 1em;
  color: white;
  padding: 1.1em;
  margin-bottom: 1.1em;
}

#team1, #team2{
  font-weight: bold;
}