body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: beige;
}

h1 {
    margin: 1.2em;
}

a:link {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  a:active {
    text-decoration: underline;
  }
  
.column {
    float: left;
    width: 50%;
}

#game_pic {
    width: 75%;
    max-width: 500em;
    margin: 1em;
}

#choice_text {
    font-size:1em;
}

.buttons {
    font-size: 1.2em;
    border-radius: 0.1em;
    width: 6em;
    margin: 0.5em;
}

.buttons:hover {
    box-shadow: 0 0.75em 1em 0 rgba(0,0,0,0.24), 0 1em 4em 0 rgba(0,0,0,0.19);
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 90%;
}

table, th, td {
    border: 0.1em solid black;
  }

#win_rate {
    margin: 2em;
    width: 10em;
    height: 2em;
}
