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


.rahmen {
    width: 100%;
    height: 100%;
    border: 10px solid #F2CFBB; 
    top: 0; 
    left: 0; 
    width: calc(100% - 20px); 
    height: calc(100% - 20px); 
    position: fixed;
    z-index: -43;
}

 body {
   font-family: "Chilanka", cursive;
    font-weight: 400;
    font-style: normal;
    background: #F2BDC1;
    margin: 0;
 }

 .box {
    z-index: 42;
 }

hr.handdrawn {
  border: 0;
  height: 10px;
  margin: 24px 0;
  margin-top: -40px;
  position: relative;
}

hr.handdrawn::before,
hr.handdrawn::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -250px;
  right: 0;
  top: 50%;
  border-top: 2px solid #FFF;
  border-radius: 999px;
  transform-origin: left center;
}

hr.handdrawn::before {
  transform: translateY(-2px) rotate(-0.5deg);
  opacity: 0.9;
}

hr.handdrawn::after {
  transform: translateY(2px) rotate(0.4deg);
  opacity: 0.55;
}

 .headline {
    font-size: 50px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #FFF;
 }

.subheadline {
    margin-top: -10px;
    font-size: 20px;
    text-transform: uppercase;
    font-style: italic;
    color: #FFF;
    margin-bottom: 50px;
 }


 .box {
     max-width: 1200px;
     margin: 30px auto;
     padding: 16px; 
     text-align: center;
 }

 .card {
     background: #ffffff40;
     border-radius: 14px;
     color: #FFF;
     padding: 16px
 }

 h1 {
     margin-top: 0
 }

 .numberquestions {
    text-align: left;
    opacity: .8

 }

 .row {
     align-items: center
 }

 button {
    color: #FFF;
     cursor: pointer;
     border: 2px solid #F2CFBB;
     border-radius: 14px;
     padding: 80px 5px; 
     font-weight: 700;
     font-size: 18px;
     flex: 1;
     min-width: 140px;
 }

 button.right {
     background: #8C5E66;
     width: 100%;
 }

 button.left {
     background: #8C5E66;
     width: 100%;
 }

 button.next {
    width: 100%;
    padding: 10px;
    color: #8C5E66;
    opacity: .6
 }

 .or {
     font-weight: 900; 
     margin-top: 30px; 
 }

 .tiny {
     font-size: 10px;
     opacity: .6
 }

.links {
    text-align: center;
    font-size: 10px;
    opacity: .3
}

.links a{
    color: #000;
    margin: 6px;
    text-decoration: none;
}