body{
    background-color: #ececec;
}
header.head img{
    vertical-align: middle;
    padding: 5px;
    
    
}
header.head{
    background-color: #9D8DF1;
    position: fixed;
    width: 100%;
    z-index: 1;
    border-radius: 4px;
}
header.head img:hover{
    background-color: #1CFEBA;
    border-radius: 25px;
    height: 42px;
    width: 42px;
}
img#i1{
    display: -webkit-inline-box;
    max-width: 50%;
    padding: 10px;
}
img#i2{
    display: -webkit-inline-box;
    max-width: 50%;
    padding: 10px;
}
footer{
    background-color: #9D8DF1;
    text-align: center;
}
ul{
    list-style-type: none;
    padding: 0px;   
    margin: 0px;
    overflow: hidden;
    background-color:#B8CDF8;
    position: sticky;
    position: -webkit-sticky;
    top: 25px;
}
li{
    padding: 0px;
    float: left;  
}
body{
    margin: 0px;
}
h1{
    padding-top: 60px;
    padding-bottom: 10px;
    margin: 0px;
}
b{
    text-shadow: 2px 2px 2px #41463D;
    color: #1CFEBA;
}
h1{ 
    color: #41463D;
}
section.main{
    background-color: #B1A4F4;
}
a{
    display: block;
    text-decoration: none;
    color: #41463D;
    padding: 14px 16px;
    text-align: center;

}
a:hover{
    background-color: #1CFEBA;
}
p{
    margin-top: 30px;
    margin-bottom: 30px;
}
footer{
    position: relative;
    top: 47px;
}
b.hello{
    color:#41463D ;
    text-shadow: none;
}       
.active{
    background-color:#1CFEBA;
}
table,th,td{
    border: 1px solid black;
    border-collapse: collapse;
    align-content: center;
}
table{
    margin:auto;
    align-items: center;
}
td,th{
    padding: 15px;
}
td{
    background-color: #B1A4F4;
}
th{
    background-color: #9D8DF1;
}