/* TRACKER STUFF */

@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.unsplash.com/photo-1529159942819-334f07de4fe5?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=687);
background-size: cover;
}

h1, h2 {
  font-family: "Cinzel Decorative", serif;
  text-shadow: 1px 1px 3px black;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}


#floater {
  float: right;
  height: 250px; 
  top: -60px;
  left: -380px;
  position: relative;
  padding: 0;
}


#mainRoleplays {
  background-color: rgba(209, 165, 95, .54);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 25vw;
  border-radius: 14px;
  text-align: center;
  padding: 40px;
  box-shadow: 3px 3px 6px rgba(0, 29, 6, 0.59);
  border: solid 3px rgba(63, 38, 7, .7);
  height: auto;
  
  /* font */
  font-family: "Playfair Display", serif;
  color: rgba(227, 245, 255, 1);
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 35, 55, 0.7);
}


.charButton {
  padding: 6px;
  border-radius: 14px;
  font-family: "Cinzel Decorative", serif;
  font-weight: bold;
  color: rgba(75, 52, 14, 1);
  width: 120px;
  
  /* 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);
}