@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
body {
    background-image: url("../images/avery.jpg");
    background-position:
            top left,
            top right,
            bottom left,
            bottom right;

    background-repeat: repeat;

    /* Ensure images are displayed in their natural size */
    background-size: 50%;

    color: white;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    transition: background-image 1s ease-in-out;
}

#poem {
    font-family: 'Poppins', cursive;
}
