body {
    font-family: 'Lato', sans-serif;
}

#bill {
  position: absolute;
  width: 100px;
}

#decisions {
  width: 800px;
  height: 200px;
  text-align: center;
}

#decisions button {
  margin: 15px;
  width: 250px;
  height: 80px;
  border-radius: 10px;
  border: 2px solid blue;
  background-color: blue;
  font-size: 12pt;
  color: white;
  cursor: pointer;
}

.col {
  width: 50%;
}

.row {
  width: 100%;
  display: flex;
}
