
        <style>
            body {
            font-family: Arial, sans-serif;
            margin: auto;
            padding: auto;
            }
            
            content {
            width: 80%;
            margin: 40px auto;
            background: white;
            border-radius: 20px;
            padding: 30px;
            }
            /* for scrollbar */
            html {
            overflow: scroll;
            overflow-x: hidden;
            }
            ::-webkit-scrollbar {
            width: 0;
            background: transparent;
            }
            ::-webkit-scrollbar-thumb {
            background: transparent;
            }
            
            /* for highlight */
            ::selection {
            background: #f7abcf;
            color: #FFFFFF;
            }
            
            /* for links */
            a {text-decoration: italic; color: magenta; }
            
            /* background */
            body {
            background-image: url(http://dl9.glitter-graphics.net/pub/443/443489zkk94zjimm.gif);
            background-attachment: fixed;
            background-repeat: repeat;
            }
            
            container{
            background-color: pink; /* to be changed */
            width: 70%;
            margin: auto;
            padding: 30px;
            border-radius: 20px
            }
        </style>