.container {
  
  width: 960px;
}

body {

  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;

}

.header h1 {

  font-size: 32px;
  font-weight: bold;
  color: #4aaaa5;

}

.header h3 {

  font-size: 24px;
}

.game {

  width: 100%;
  overflow-wrap: break-word;  /* the lists of user inputs goes to next line if the lengths becomes longer than the container. */
  
}