@import url(banner.css);

h2 {
   font-family: sans-serif;   
    color: black;
    font-size: 30px;
    text-align: center;
    color: red;
    
}

section {
    font-family: sans-serif;
    font-size: 20px;
    padding: 15px;
    text-align: justify;
    margin-bottom: 20px; 

}

h3 {
    font-family: sans-serif;   
    color: black;
    font-size: 30px;
    text-align: center;
    color: red;
}



section2 {
     font-family: sans-serif;
    font-size: 20px;
    padding: 10px;
}

tbody {
    
}

head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
