@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap");
html,
body {
  height: 100%;
}
body {
  /* background-image: url("https://i.imgur.com/JWsAYJs.png"); */
  background: url("https://media.discordapp.net/attachments/826167289027887174/828887441322409994/background.png");
}
:root {
  --main-color: #a07e40;
  --text-color: #a07e40;
  --background: #ffffff;
}
.outer {
  width: 35%;
}

.title {
  color: var(--text-color);
}

.btn {
  color: var(--main-color);
  width: max-content;
  border: 1px solid var(--main-color);
  padding: 5px 5px;
  text-align: center;
  border-radius: 5px;
  display: flex;
}
.text {
  color: white;
}
.btn:hover {
  cursor: pointer;
}

.container {
  align-items: center;
  justify-content: center;
  display: flex;
}

.items-center {
  font-family: "Comic Sans", sans-serif;
  background-color: var(--main-color);
  align-items: center;
  text-align: center;
  color: var(--main-color);
  border: 3px solid white;
  padding: 3% 5%;
  border-radius: 10px;
}
