body,
html {
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    font-size: 10px;
    box-sizing: border-box;
    background-color: rgb(43, 20, 63); 
}

.montecarlo-regular {
  font-family: "MonteCarlo", cursive;
  font-weight: 400;
  font-style: normal;
}

.josefin-slab uniquifier {
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

p {
    font-size: 1.6rem;
    color: #fff;
    text-indent: 0.5rem;
    line-height: 2rem;
    font-family: "Josefin Slab", serif;
    text-align: center;
    margin-top: 4rem;
}

img.responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.centered-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
   
  .centered-form input,
  .centered-form button {
    margin: 10px;
}

.home {
    z-index: 999;
    position: absolute;
    top: 4.5rem;
    -ms-transform: translateY(-99%);
    -webkit-transform: translateY(-99%);
    transform: translateY(-99%);
    text-decoration: none;
    cursor: grab;
    background-color: rgb(70, 69, 69);
    border-radius: 2rem;
    width: 4rem;
    left: 1%;
    height: 4rem;
    opacity: 0.5;
}

.wise-scan-qr{
    list-style: none;
    line-height: 1rem;
    color: #fff;
    text-decoration: none;
    font-family: "Josefin Slab", serif;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
    margin-top: 1rem;
}

.wise-scan-qr img{
    width: 30%;;
    margin-bottom: 4rem;
}

.wise-quick-qr{
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 4rem;
    background-color: #fff;
    color: rgb(43, 20, 63);
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    font-weight: bolder;
    font-family: "Josefin Slab", serif;
    border: 1px solid #fff;
    border-radius: 2.5rem;
    width: 46%;
    height: 4rem;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

@media screen and (orientation: landscape) {
   * {
        display: none;
    }
}