body {
    font-size: 15pt;
    background-color: #FCF8E8;
   
}
.box{
  background-color:#ECDFC8;
        top: 50%;
        left: 50%;
        width: 250px;
        height: 18em;
        border-radius: 10px;
        transform: translate(-50%, -50%);
        position: fixed;
        animation-name: fade;
        animation-duration:2s;
}
@keyframes fade {
    from {opacity:0;top: 280px;}
  to {top: 50%; opacity:1;}
}
img{
  width: 200px;
}
h4{
  margin-top:20px;
  margin-bottom: 20px;
}
.i{
  position:relative;
  top:20px;
  color: black;
  font-size: 10px;
}
.fa{
  font-size: 15px;
}