body {
  background-image: url("bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

ul {
  font-size: 18px;
}

button {
  background-color: #b99533;
  color: #212903;
  padding: 10px 10px;
  border: none;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  width: 194px;
  height: 259px;
  white-space: nowrap;
  float: left;
  position: relative; 
  top: 15px;
  left: 15px;
}

button:hover {
  background-color: #ac9e6c;
  color: #fbfbfb;
}

button:active {
  background-color: #7c684b;
  color: #fbfbfb;
}

li:first-child {
  font-size: 40px;
  font-weight: bold;
  margin-left: 0px;
  margin-bottom: 30px;
}

li:not(:first-child) {
  margin-left: 35px;
}

ul {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  color: white;
  list-style-type: none;
  display: inline-block; 
  vertical-align: top; 
  position: absolute; 
  left: 240px; 
  top: 60px;
}

