@charset "utf-8";
/* CSS Document */

       .hide{
          display: none;
       }
       img{
           width: 75px;
           border-radius: 37.5px;
           
           float:right;
           
           margin-right: 10px;
           margin-bottom: 10px;
           /*background-color: lightyellow;*/
		   background-size: cover;
       }
       
       
       .story {
        padding: 18px; 
        
        border: 1px;
        border-style: solid;
        border-color: black;
        border-radius:7px; 
        
        margin:10px;
       }

       #test, #test1, h1   {
            text-align: center;
           
           
           background: lightblue;
           
           /*make a background image for header h1 */
           /*
           background-image: url("Images/Drivers.jpg");
           */
           padding: 30px;
           border-radius: 150px;
           
       }

       h2 {
        color: darkblue;
        align-content: center;
       }

       .orange {
            background-color: orange;
       }

       /*
       This file can be sent with complete functionality to anybody for further use
       */


