@import url('https://fonts.googleapis.com/css2?family=Fascinate&family=Josefin+Sans&display=swap');
            .container{
                position: relative;
            }
            .content{
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                text-align: center;
                font-family: 'Josefin Sans', sans-serif;
            }
            h1{
                font-size: 32px;
                color: #4682B4;
                text-align: center;
                padding-bottom: 30px;
                font-weight: 900;
                font-family: 'Fascinate', cursive;
            }
            .hopsakee{
                text-align: center;
                color: #FF4500;
            }
            .img{
                padding: 10px;
                border: 0px solid grey;
                box-shadow: 8px 8px 12px grey;
            }
            .imglist{
                padding: 5px;
                margin-right: 10px;
                border: 1px solid grey;
            }