.contianer {
  max-width: 1200px;
  margin: 10px auto;
  padding: 0 20px; /* <- creates white space on left/right on all screen sizes */
}
.hero{
    background-color: #D5E1EF;
    height: 100vh;
    width: 100%;
}
.image{
 background-color: #2b7dfa;
  padding: 16px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.image logo{
    width: 50%;
   border-radius: 10px;
}
.contianer{
   background-color: white;
   border-radius: 20px;
   width: 320px;
   padding: 20px;
   text-align: center;
   box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}
.qr_card{
  background-color: #2b7dfa;
  padding: 16px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.h1{
  font-size: 20px;
  color: #1f3251;
  font-weight: 700;
  margin-bottom: 16px;
}
.p{
  font-size: 15px;
  color: #7b879d;
  font-weight: 400;
}
