
  @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');


body{
    margin: 0;
    background-color: hsl(212, 45%, 89%);
    display:flex;
    align-items: center;
    height: 100vh;
}

.container{
    background:white;
    width: 300px;
    height: 500px;
   
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0px 1px 10px rgba(113, 120, 118, 0.1);
   
}
.wrapper{
    width: 90%;
    height: 95%;
    border-radius: 20px;

  
    
}
.barcode img {
    width: 100%;
    border-radius: 20px;

}

h1{
color: hsl(218, 44%, 22%);
font-family: 'Outfit', sans-serif;
font-weight: 700;
font-size: 24px;
text-align: center;


}
p{
    color: hsl(220, 15%, 55%);
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    
    
    }
    
    
