* {
    font-family: Verdana;
  }
  
  body {
    background-color: #80ffff;
      font-size: 0.9em;
  }
  
  
  p {
    color: navy;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.2em;
    font-weight: bold;
  
  }

  h1
  {
      font-family: "Comic Sans MS";
      font-size: 3.0em;
      color: #111;
  }
  
  h2
  {
      font-weight: normal;
      font-style: italic;
      margin-bottom: 15px;
      font-size: 1.4em;
  }
  
  h3
  {
      font-weight: bold;
      font-size: 1.2em;
      color:#000099;
  }
  
  h4
  {
      font-weight: bold;
      font-size: 1.2em;
      color: #222;
      margin-bottom: 5px;
  }
    div#container {
      min-height: 600px;
      border-top: 2px solid #333;
      border-left: 2px solid #333;
      border-right: 2px solid #333;
      border-bottom: 2px solid #333;
      margin-left: auto;
      /* centralises */
      margin-right: auto;
      /* centralises */
      width: 1100px;
      background-color: #b3ff99;
    }
  
    div#hand {
        margin-left: 10px;
        border-style: solid;
        display: inline-block;
    }

    div#choices {
      margin-left: 10px;
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
    }

    div#analysis {
      margin-left: 10px;
      font-size: 14px;
      font-weight: bold;
    }

    span.analysis-line {
      display: block;
    }
    
    #content {
      display: flex;
      flex-direction: row;
      padding: 0 20px;
    }
  
    #status {
      font-size: 20px;
      font-weight: bold;
      color: red;
      margin-left: 10px;
    }
    
    input[type=text] {
      font-size: 20px;
      font-weight: bold;
      width: 130px;
      height: 30px;
      padding: 0px;;
      margin: 0px;
    }
  
    input[type=textlong] {
      font-size: 30px;
      font-weight: bold;
      width: 400px;
      height: 40px;
      padding: 0px;;
      margin: 0px;
      box-sizing: border-box;
    }

    
    
    input[type=submit] {
        padding: 5px;
        font-size: 1.3em;
        font-weight: bold;
        display: inline-block;
        border-radius: 10px;
        background-color: #99FF66
  }
    
    
    
    
    button
  {
      padding: 5px;
      margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
      display: inline-block;
      border-radius: 10px;
    background-color: #00FFFF;
  } 

  label.black-suit {
      font-size: 30px;
      margin-left: 5px;
      width: 15px;
      color: #000;
  }

  label.red-suit {
      font-size: 30px;
      margin-left: 5px;
      width: 15px;
      color: #ff0000
  }
  
  
  .finish-button
  {
      background-color:#00FFFF;
  }