h1{
    color:black
    
}
body
{
    background-color: pink;
    text-align: center;
    font-size: larger;
    

    
}
img{
    width:300px;
    height: 300px;
    align-items: first baseline;
}
.flex{
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-self: center;
}
h2{
    font-size: xx-large;
}
body{
    background-image: url(image4.png);
}

p{
    color: black;
}
h2{
    color:black
}