/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: #efd997;
  color: black;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

a {
  color: #dd0909;
}

hr {
  color: black;
}

.title img {
  display:block;
  margin:auto;
  margin-top:30px;
}

.home {
  display:block;
  width:1000px;
  background-color: white;
  padding:3%;
  padding-left:6%;
  margin:auto;
}

.home h2 {
  font-size:200%;
  text-transform: uppercase;
}

.home p {
  font-size:110%;
  text-indent: 2em;
}

.balartostuff p {
  color:white;
}

/* all the balatro crap */

.balartostuff h1 {
  color:white;
}

.balartostuff h2 {
  color:white;
}

.balartostuff ul {
  color:white;
}

.balartostuff hr {
  color:white;
}