            
            
            html{ 
             height:100%;
             width: 100%;
            }
            
            ::-webkit-scrollbar {
              width: 2px;
            }
 
            ::-webkit-scrollbar-track {
              -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
               border-radius: 2px;
            }
 
            ::-webkit-scrollbar-thumb {
              border-radius: 2px;
              -webkit-box-shadow: inset 0 0 6px white; 
            }
              
            body {
              background-image:url('https://s-media-cache-ak0.pinimg.com/originals/cd/74/7c/cd747ca4136042ce7776a121a876d623.jpg');
              background-position: center center;
              background-repeat:no-repeat;
              background-attachment:fixed;
              background-size:cover;
              z-index:0;
              margin-top:40px;
              margin-left:0px;
              margin-right:0px;
            }
            
              main {
                color:white;
                margin:auto;
                font-family: 'Open Sans Condensed', sans-serif;
                letter-spacing:2px;
                text-align:center;
                font-size:30px;
                width:300px;
                height:45px;
                z-index:99999
              }
              
              
              
              .container{
                overflow:auto;
                width: 90%;
                margin-left:auto;
                margin-right:auto;
                margin-top:100px;
              }
              
              .box1 {
                overflow:auto;
                background:black;
                color:white;
                font-family: 'Open Sans Condensed', sans-serif;
                letter-spacing:2px;
                text-align:justify;
                font-size:15px;
                width:25%;
                z-index:9999;
                height:25%;
                float:left;
                margin-left:4%;
                margin-right:4%;
                margin-bottom:2%;
                box-sizing:border-box;
                border:1px gray solid;
                border-radius:25px;
              }
              
              .box2 {
                overflow:auto;
                background:black;
                color:white;
                font-family: 'Open Sans Condensed', sans-serif;
                letter-spacing:2px;
                text-align:justify;
                font-size:15px;
                width:26%;
                z-index:9999;
                height:420px;
                float:left;
                margin-left:4%;
                margin-right:4%;
                box-sizing:border-box;
                border:1px gray solid;
                border-radius:25px;
              }
              
              .box3 {
                overflow:auto;
                background:black;
                color:white;
                font-family: 'Open Sans Condensed', sans-serif;
                letter-spacing:2px;
                text-align:justify;
                font-size:15px;
                width:25%;
                z-index:9999;
                height:420px;
                float:left;
                margin-left:4%;
                margin-right:4%;
                box-sizing:border-box;
                border:1px gray solid;
                border-radius:25px;
              }
              
              
              p {
               margin-left:2%;
               margin-right:2%;
              }
              
              
              h1 {
               color:white;
               letter-spacing:3px;
               font-weight:bold;
               font-size:20px;
               text-align:center;
               border-bottom:1px solid gray;
               margin-bottom:0;
              }
              
              .stationarytitle {
                overflow: auto;
                height:376px;
                width:100%;
                border-bottom-left-radius:25px;
                border-bottom-right-radius:25px;
              }
              
              
              
              
              
              
              
              
              
              
              
              
              