/* index.css */
.example {
body {
    height: 150vh;
    font-family: 'Poppins', sans-serif;
    background-color: rgb(173, 239, 173);
}
img {
    position: fixed;
    top: 50px;
}

p {
    font-size: 30px;
    color: rgb(27, 90, 27);

} }