body {background-color:#FFF8E7;
text-align: center;}
/* Primary title styling */
h1 {
    color: purple;
    font-family: cursive;
    text-align: center;
    font-size: 70px;
    font-variant: small-caps;
    outline-style: double;
    outline-width: 10px;
    border-radius: 80px 10px;
}

/* generic text styling */
.formText{
    color:purple;
    font-family: cursive;
    font-size: 30px;

}
/* for each major section of the site */
.sectionHead{
    font-family: fantasy;
    font-weight: bold;
    font-variant: small-caps;
    color:rgb(155, 4, 4);
    font-size: 60px;
    text-shadow: 0px 0px 15px black;
    line-height: 50px;
}
/* for section headers */
.sectionHeadMini{
    font-family: fantasy;
    font-weight: bold;
    font-variant: small-caps;
    color:rgb(155, 4, 4);
    font-size: 40px;
    text-shadow: 0px 0px 15px black;
    line-height: 1px;
}
/* Styles the box the activity selected loads into */
.actCard {
    text-align: center;
    font-family: Helvetica;
    font-weight: bolder;
    font-size: 20px;
    color: rgb(155, 4, 4);
    border: 5px ridge rgb(208, 139, 11);
    padding: 1rem;
    width: 15rem;
    height: auto;
    display: inline-grid;
    margin: 1rem .75rem;
    box-shadow: 10px 10px 10px grey
  }
/* the disclaimer note */
#activityNote{
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: small;
    font-weight: bolder;
    width: 350px;
    float: left;
    margin-right: -500px;
   flex-wrap: wrap;
  color: black;
}

/* The 'select a drink' cards after ingredient submit */
.drinkCard {
    text-align: center;
    font-family: Georgia;
    font-weight: bold;
    border: 5px inset rgb(48, 22, 222);
    border-radius: 50px;
    padding: 1rem;
    width: 15rem;
    height: 20rem;
    display: inline-grid;
    margin: 1rem .75rem;
    box-shadow: 10px 10px 10px grey;
    color:rgb(155, 4, 4);
  }

  /* playlist picture bounding */
  #playlistPic{
      width: 15rem;
      height: 15rem;
      border-radius: 30px;
  }
/* ensure the image is contained */
 .container {
    object-fit: fill;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    display: inline-block;
 }

 .planedActivity{
    text-align: center;
    font-family: Helvetica;
    font-weight: bolder;
    font-size: 20px;
    color: rgb(155, 4, 4);
    border: 5px ridge rgb(208, 139, 11);
    padding: 1rem;
    width: 15rem;
    height: 5rem;
    box-shadow: 10px 10px 10px grey
 }

 .plannedDrink {
    text-align: center;
    font-family: Georgia;
    font-weight: bold;
    border: 5px inset rgb(48, 22, 222);
    border-radius: 50px;
    padding: 1rem;
    width: auto;
    height:15rem;
    box-shadow: 10px 10px 10px grey;
    color:rgb(155, 4, 4);
    
  }

  #finalDrink{
      font-family: 'Arial Narrow Bold', sans-serif;
      font-size: 25px;
      color: rgb(155, 4, 4);}

 #finalPlan{
    display: flex;
  justify-content: space-between;
 }
 /* cosmic latte #FFF8E7 is dope*/