@font-face {
  font-family: "Krabby Patty";
  src: url("resources/fonts/KrabbyPatty/Krabby Patty.woff");
}
body {
  background-image: url("images/spongebob-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.left-column {
  float: left;
  width: 32%;
  margin-right: 3%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  margin-top: 35px;
}

.middle-column {
  display: inline-block;
  width: 30%;
}

.right-column {
  float: right;
  width: 32%;
  margin-left: 3%;
}

h1 {
  font-family: "Krabby Patty", sans-serif;
  font-size: 45px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  padding: 10px;
  text-align: center;
  color: red;
  margin-top: 35px;
}

#KrabbyPatty {
  width: 350px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.labelcurrentpatties, .labelmultiplier {
  text-align: center;
  font-family: "Krabby Patty", sans-serif;
  font-size: x-large;
  color: black;
}

.labelcurrentpatties {
  color: red;
}

.labelcurrentpatties {
  margin-top: 35px;
}

.buttons {
  margin-top: 35px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
  border-radius: 25px;
  font-family: "Krabby Patty", sans-serif;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.buttonimg {
  width: 100px;
  border-radius: 25px;
  flex: 1;
}

.buttondescription {
  margin-left: 20px;
  text-align: left;
  line-height: 35px;
}

#QuotesList, .activeboosts {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
  border-radius: 25px;
  font-family: "Krabby Patty", sans-serif;
  font-size: 20px;
  list-style-image: url("images/handsomesquidward.png");
}

.activeboosts {
  text-align: center;
}

/*# sourceMappingURL=styles.css.map */
