body {
  user-select: none;
  background: #fff8d9;
  color: #693406;
  font-family: "Comic Sans MS";
}

.CookiDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ResetDiv {
  display: flex;
  gap: 0.5rem;
  font-size: 0.75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cooki {
  border: none;
  background: none;
  box-shadow: 0px 0px 14px #a3887190;

  width: 10rem;
  height: 10rem;

  border-radius: 5000px;
  overflow: clip;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.05s;
}

.cooki img {
  width: 200%;
}

.cooki:hover {
  scale: 1.1;
  box-shadow: 0px 0px 20px #a3887170;
}

.cooki:active {
  scale: 0.95;
}

.ACButton {
  border: none;
  background: none;

  width: 5rem;
  height: 5rem;

  border-radius: 5000px;
  overflow: clip;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.05s;
}

.ACButton img {
  width: 100%;
}

.ACButton:hover {
  scale: 1.1;
}

.ACButton:active {
  scale: 0.95;
}

.ShopDiv {
  display: flex;
  font-size: 0.75rem;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ShopDiv h1 {
  margin: 0;
  margin-top: 2rem;
}

.ShopDiv h2 {
  margin: 0;
  width: 4rem;
  text-align: center;
}

.AutoClicker {
  display: flex;
  font-size: 0.75rem;
  gap: 0.5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.ACDescription {
  margin: 0;
}

.ACInfo {
  display: flex;
  font-size: 0.75rem;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7rem;
  text-align: center;
}

.border {
  border-color: #693406;
  width: 100%;
  border-top: 10px;
}

.Shop {
  color: #cf392e;
}

.creditLink {
  display: flex;
  font-size: 0.75rem;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
