*{
    padding: 0%;
    margin: 0;
}

.secA
{
    background-color:rgb(43, 38, 38);
    width: 100%;
    height: 100%;
}

header{
    width: 100%;
    color: white; 
    background-color:rgb(22, 21, 21);
    padding: 30px;
    position: fixed;
}

header .headerImg
{
    /* padding: 25px 20px 25px 100px;             /* T R B L*/
    width: 50px;
    height: 50px;
    margin-left: 5%;

}

header h1
{
    display: inline;
           /* T R B L*/
    margin-right: 4%;
    font-weight: bolder;
    align-content: center;
 }

nav
{
    display: inline;    
    margin-left: 5%;
}

nav ul
{
    display: inline;
}

nav li
{
    display: inline;
    margin-right: 2%;
    font-size: large;
    font-weight: bold;
}

a
{
    text-decoration:none;
    color: rgb(255, 255, 255);
}

.logo
{
    display: inline;
    width: 30px;
    height: 30px;
}

.secB
{
    text-align: center;
    font-size: 35px;
    color: aliceblue;
    padding: 40px;
}

table
{
    align-content: center;
    padding: 40px 20px 25px 20px;             /* T R B L*/
}

td img
{
    margin-left: 50px;
    height: 400px;
    width: 400px;
}

td a
{
    margin-left: 200px;
    text-align: center;
    font-size: 20px;
    
}



.subHeader .headerImg , .subHeader h1 
{
    float: left;

}

.logoSec
{
    float: right;
}

.subHeader h1{
    margin-top: 10px;
    margin-left: 3%;
}