*{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
body{
  background-color:#D5E0EF;
  display: flex;
   justify-content: center;
   align-items: center;
}
.box{
  
  background-color: #FFFFFF;
  border-radius: 5%;
 width: 320px;
 height: 499px;
}
.img{
  margin: 5%;
  width: 288px;
  height: 288px;
  border-radius: 5%;
 
  
}
h1{
  line-height: 120%;
  font-size: bold;
  width: 256px;
  height: 52px;
  color: #1F314F;
  font-size: 22px;
  padding: 16px;
  text-align: center;
}
p{
  
  text-align: center;
  line-height: 140%;
  color: #68778D;
  font-size: 15px;
}