*{
    margin: 0;
    padding: 0;
    
}
body{
    background-color: rgb(203, 222, 253);
}
.container{
    display: flex;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
}
.mainimg{
    width: 277px;
border: 2px solid rgb(203, 222, 253);
border-radius: 15px;
height: 290px;

}
.innercontainer{
    display: flex;
    background-color:hsl(0, 0%, 100%) ;
    width: 281px;
border: 2px solid white;
border-radius: 20px;
justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 11px 11px 30px;
    
}
h2{
    font-family: 'Baloo 2', cursive;
    text-align: center;
    line-height: 25px;
    margin: 17px auto;
}
p{
    font-family: 'Baloo 2', cursive;
    font-size: 15px;
    text-align: center;
    color: hsl(215, 9.8%, 76.1%);
  }  
