body{
    background-color: cornsilk;
}
img{
    width: 20%;
}
p{
    font-style: italic;
    font-size: 20px;
    border: 2px dashed rgb(2, 2, 2);
    font-weight: bold;
    width:40%;
    padding: 10px;
    background-color: rgb(255, 255, 255);
}