 /* formatovanie hlavneho textu */
    #text{
     positon:relative;
     width:600px;
     min-height:100%;
     margin:-2503px 0 0 150px;
     border-style:solid;
     border-width:1px;
     background-color:white;
    }
    p{
     font-family:arial;
     font-size:17px;
     text-align:justify;
     text-indent:8%;
     margin-left:7px;
     margin-right:7px;
    }
    
    h2{
     color:red;
     text-align:center;
    }