@import url('https://fonts.googleapis.com/css2?family=Grenze+Gotisch:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body
{
  background-color: #1A1A1A;
}


hr.dashed {
    border-top: 3px dashed white;
  }

#profile_con1 /* Welcome */
{
  background-color: #440303;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

#profile_con2 /* Personality/realtionships */
{
  background-color: #750710;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

#profile_con3 /* backstory buttons */
{
  background-color: #440303;;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

button.btn
{
  background-color: #750710;
  color: white;
  margin: .5%;
  border: 2px solid #750710;
}

button.btn:hover
{
  background-color: #E1331D;
  border: 2px solid #7A1E12;
  color: white;

}

button.btn:focus
{
  background-color: #E1331D;
  border: 2px solid #7A1E12;
  color: white;
}

div.card.card-body
{
  background-color: #1A1A1A;
}

  h3
  {
    font-family: "Grenze Gotisch", serif;

  }
