body {
  background-image: url('https://i.imgur.com/kEjfzJj.png');
  font-family: Arial;
  color: #383552;
}

h1 {
  text-align: center;
}

a {
  color: #552F0D;
  text-decoration: none;
}

a:hover, a:focus {
  color: white;
}

.choice {
  background-color: #FBDFC1;
  border: 8px solid #DF893D;
  border-radius: 25px;
  font-weight: bold;
  color: #552F0D;
  box-shadow: 3px 3px 3px #6e3e14;
}

button {
  background-color: #FBDFC1;
  border: 0px;
  border-radius: 25px;
  font-weight: bold;
  color: #552F0D;
  padding: 0px;
  font-size: 20px;
}

.question {
  background-color: #DF893D;
  color: white;
}

button:focus,button:hover {
  background-color: #EA7D7E;
}

table {
  border-spacing: 0;
  border: none;
}

hr {
  border-color: #552F0D;
}

tr {
  margin: 10px;
}

td {
  border: 1px solid #DF893D;
  padding: 5px;
  border-left: none;
  border-right: none;
}

tr:focus, tr:hover {
  background-color: #EA7D7E;
  color: white;
}

.main {
  width: 80%;
  margin: auto;
  margin-top: 100px;
  padding: 20px;
  height: 100%;
  background-color: white;
}

.gift {
  color: #552F0D;
}

.gift td {
  font-weight: bold;
  margin-bottom:0;margin-top:0;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

button {
  width: 100%;
  text-align: left;
}
