@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    margin: 0;
}
header {
    background-color: #e3e3e3;
    width: 100%;
}
main {
    min-height: 90vh;
}
footer {
    background-color: #e3e3e3;
    width: 100%;
    text-align: center;
}
.footer-text a {
    text-decoration: none;
    color: #51656f;
}
h1.headline {
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 12pt;
    font-weight: normal;
    color: #51656f;
}
span.version {
    font-size: x-small;
    color: gray;
}
.description-area {
    font-size: 10pt;
    text-align: center;
    margin: 1.4rem 0 1.4rem 0;
}
.description-area p {
    margin: 0.4rem;
    color: #51656f;
}
p.description-word-tz {
    margin-top: 1rem;
}
.slot-machine {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.reels {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.reel {
    width: 50px;
    height: 50px;
    background-color: #eee;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 5px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;

}
.spin-button {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}
.spin-button:active {
    background-color: #45a049;
}
.result-area {
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.count-area {
    padding: 0.4rem 0;
    display: flex;
    font-size: xx-small;
    color: gray;
    align-items: center;
    justify-content: center;
}
.result {
    font-size: 14px;
    height: 3rem;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #51656f;
    border-radius: 20px;
}
.share-button-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-button {
    display: block;
    max-width: 50%;
    padding: 8px 20px;
    font-size: 14px;
    border: none;
    background-color: lightgray;
    color: #51656f;
    text-decoration: none;
    border-radius: 5px;
}
.share-text-area {
  margin: 1.5rem 0 0 0;
}
.share-text-box {
  width: 90%;
  box-sizing: border-box;
  min-height: 4rem;
  font-size: small;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.share-text-copy-button-wrapper {
  margin: 0.6rem 0 0 0;
}
.share-text-copy-button {
  padding: 6px 20px;
  font-size: 12px;
  border: none;
  background-color: lightgray;
  color: #51656f;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
}
.hashtag-link-wrapper {
  margin: 0.4rem 0 0 0;
}
p.hashtag-link, p.hashtag-link a {
  margin: 1rem 0 0 0;
  color: #51656f;
  font-size: 8pt;
  text-align: center;
}
.info-slot-area {
    margin: 1rem 0 3rem 0;
    text-align: center;
    font-weight: lighter;
}
.header-other-service {
    margin-bottom: 0.4rem;
    font-size: 10.5pt;
    font-weight: 100;
    color: #51656f;
}
.info-slot {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
a.service-link-button {
  text-decoration: none;
}
.service-link {
  padding: 1rem;
}
.service-link-title {
  margin: 0;
  font-size: 10.5pt;
  color: #51656f;
}
.service-link-url {
  margin: 0;
  padding-top: 4px;
  font-size: 9pt;
  font-weight: lighter;
  color: #a3a3a3;

}
.footer-text {
    font-size: x-small;
    color: #51656f;
}
