
.header {
    background-color: rgb(65, 65, 65);
    height:auto;
}

.header .font {
padding-top: 20px;
padding-bottom: 20px;
}

.header img {
    width:70%;
    height:70%;
}

.footer {
    background-color: rgb(65,65,65);
    height:65px;
}

.footer h1 {
    color: white;
    font-size:10px;
}

.footer .font {
    padding-top: 0px;
}

.geeks { 
width: auto; 
height: auto; 
overflow: hidden; 
margin: 0 0; 
} 

.geeks img {
height: 100%;     
width: 100%;
transition: 0.5s all ease-in-out; 
} 

.geeks:hover img { 
transform: scale(1.1);
text-overflow: clip; 
}

.story {
width: auto; 
height: auto; 
overflow: hidden; 
margin: 0 0;    
}

.story img {
height: 100%;     
width: 100%;
transition: 0.5s all ease-in-out; 
}

.container {
    background-color : white;
    height:100px;  
}
