@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300');

*{
    padding:0%;
    margin:0%;
    background-color:rgb(232, 249, 163);
}
.box{
    margin: auto;
    width: 50%;
    height: 50%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    padding-top:10px;
    padding-bottom:20px;
}

.heading{
    padding-bottom:25px;
    text-align:center;
    padding-top:5px;
    font-style:oblique;
}
.heading h{
    font-size: 3em;
    font-weight: bolder;
    color:blue;
    padding-bottom:1px;
    border-bottom: 3px solid rgb(227, 205, 10);
}
.heading h span{
    font-style:italic;
    font-weight:lighter;
}

.box img{
    width:100%;
    height:100%;
    position:static;
}