h2 {
                font-family: fantasy;
                color: #567afc;
                border: 3px solid blueviolet;
                font-weight: 300;
            }
            html{
                background: linear-gradient(#e41cffa6, #f5d5d5);
            }

            p {
                font-weight: bold;
                font-family:cursive;
                
            }

            div {
                background-color: #91a2ad;
            }

            img {
                width: 100%;
            }