body{
    background-color: #FCF8F8;
    color: #FD7979;
}
P{
    font-weight: bold;
    font-size: 80px;

}
img{
    height: 400px;
    width: 400px;
}
.divp {
  position: relative;
  height: 90vh;
  width: 99vw; /* Example: full viewport height */
}

div div{
    width: 400px;
    height: 600px;
    
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}


