.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
.attribution a:hover {
  color: hsl(228, 45%, 44%, 0.8);
}
.container {
  width: 1000px ;
  height: 500px;
  background-color: #D5E1EF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px 100px / 120px;
  margin: 0 auto;
  padding-top: 150px;
  position:absolute;
  transform: translate(250px, 60px);
 
}
.card {
  width: 250px;
  height: 400px;
  background-color: hsl(212, 45%, 89%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin: auto;
  
  border-radius: 10px;
 
}
.qr img {
  width: 230px;
  height: 250px;
 
  display: block;
  margin: auto;
  border-radius: 10px;


}
.qr {
  padding-top: 10px;

  
}

.text h1{
  text-align: center;
  
  color: hsl(228, 45%, 44%);
  margin: 0 auto;
  padding-top: 20px;
  font-family: 'Outfit';
font-style: bold;
font-weight: 700;
font-size: 22px;
line-height: 120%;

}
.text p{
  text-align: center;
  font-size: 0.75rem;
  color: black;
  margin: 0 auto;
  padding-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

body .container {
  
  margin: auto;
}

body {
  
  background: linear-gradient(45deg, rgb(118, 201, 255), rgb(247, 255, 222));
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media only screen and (max-width: 425px) {
  .container {
    width: 600px;
    height: 600px;
    background-color: #D5E1EF;
    top: 100px;
  }
  .attribution {
    font-size: 1.2rem;

  }
  body {
    width: 100vh;
    height: 100vh;

  }
  .card, .card p {
    
    height: 450px; 
    font-size: 1.1rem; 
 
  }
}





 
