/*DISCLAIMER*/ 
.disclaimer-mobile {
  display: flex !important;
  margin-top: 0px;
  margin-bottom: 20px;
}

.disclaimercontent-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 5px solid red;
  background: white;
  color: red;
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

/*BUTTON*/
.aboutaruran-mobile {
  font-family: "Space Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: red;
  border: 5px solid red;
  border-radius: 8px;
  background-color: white;
}

.aboutaruran-mobile a {
  color: red;
  text-decoration: none;
}

.closedisclaimer-mobile {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  padding: 10px;
  margin-top: 10px;
  background: white;
  color: red;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 0px;
  right: 10px;
}

/*AGB*/
.agbpage {
  display: flex;
  flex-direction: column;
}

.agbheader h1 {
  font-family: "Space Mono", monospace;
  font-size: 40px;
  line-height: 45px;
}

.agbheader h2 {
  font-family: monospace;
  font-size: 25px;
}

.agbheader {
  display: flex;
  flex-direction: column;
  align-self: center;
  border-bottom: 5px solid black;
  margin-bottom: 20px;
}

.agbcontent {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 800px;
}

.agbcontentpart {
  border-bottom: none;
}

.agbcontent h1 {
  font-family: "Space Mono", monospace;
  margin-top: 10px;
  margin-bottom: 10px;
}

.agbcontent p {
  font-size: 20px;
  margin-bottom: 10px;
}

.agbcontent li {
  font-size: 20px;
  margin-bottom: 10px;
}

/*BUTTON*/
.backagbbutton {
  font-size: 30px;
  font-family: "Space Mono", monospace;
  color: black;
  text-decoration: none;
  border: 5px solid black;
  width: fit-content;
  padding: 10px;
  align-self: center;
  margin: 20px;
  border-radius: 8px;
  background-color: rgb(214, 181, 255);
}