.textbackground {
     background-color: rgba(244,244,244,0.0); 
    /* background-image: repeating-linear-gradient(45deg,red, yellow 10%, green 20%); 
     background-image: conic-gradient(black, #420801, #154258, #020054, black 80%); */
     /*border-radius: 12px;
     border: 2px solid #ffffff; */
     font-family: "Verdana";
     float: left;
     width: 90%;
     padding: 0px 0px 0px 0px;
     margin: 6px 0px 0px 6px;
     position: relative; 
     z-index: 3;
   
} 

.text{
    font-family: "Verdana";
    float: left;
    line-height: 70px;
}
.text .p {
    color: black;
}
.text.one {
    width: 80%;
    margin: 1% 10% 0 10%;

}

 .text.two {
    width:39%;
    margin: 1% 1% 0 10%;

 }

 .text.three {
  width:39%;
  margin: 1% 9% 0 1%;

 }

 .text.four {
    width: 80%;
    margin: 1% 10% 0 10%;%;

 }
#parab {
    color: black;

    }
#headerb {
 color: rgb(13,48,161);
 }

  /****** RESPONSIVE SCREEN FORMATTING *****/
 /* tablet screen */
 @media (max-width: 1400px) {
    .text.one, .text.two, .text.three, .text.four {
        width:75%;
        margin: 48px 20% 0 10%;
    
     }
    


}

/* desktop screen */
@media (min-width: 769px) {
  
}