body {
    background-color: pink;
   
}

h1 {
        font-size: 40px;

    }

    img {
        border-radius: 20px;
        width: auto;
        height: auto;
      }

p {
    font-size: medium;
}
    