@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
background-image:url('https://images.pexels.com/photos/142497/pexels-photo-142497.jpeg');
background-size: cover;
}

#mainContainer {
  background-color: rgba(37, 122, 22, 0.5);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 50vw;
  border-radius: 14px;
  text-align: center;
  padding: 20px;
  box-shadow: 3px 3px 6px rgba(0, 29, 6, 0.59);
  
  /* font */
  font-family: "Playfair Display", serif;
  color: rgba(232, 183, 89, 1);
  text-shadow: 2px 1px 3px rgba(65, 43, 1, 1);
  border: solid 3px rgba(1, 65, 20, .5);
}

h1, h2 {
  color: rgba(188, 255, 214, 1);
  font-family: "Cinzel Decorative", serif;
  text-shadow: 1px 1px 3px black;
  margin-bottom: 2%;
}

hr {
  border: none;
  height: 2px;
  box-shadow: 1px 1px 2px rgba(4, 29, 0, 0.49);
  width: 50%;
  background-color: rgba(13, 85, 0, 1);
  margin-top: 20px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.charButton {
  width: 20%;
  padding: 5px;
  border-radius: 14px;
  font-family: "Cinzel Decorative", serif;
  font-weight: bold;
}

#mallowkit {
  color: rgba(0, 55, 89, 1);
  
  /* button stuff */
  background-color: rgba(132, 207, 255, 1);
  border-color: rgba(0, 55, 89, 1);
  box-shadow: 2px 2px 3px rgba(0, 29, 6, 0.59);
}

#wheatkit {
  color: rgba(75, 52, 14, 1);
  
  /* button stuff */
  background-color: rgba(243, 244, 153, 1);
  border-color: rgba(93, 65, 20, 1);
  box-shadow: 2px 2px 3px rgba(0, 29, 6, 0.59);
  
}