.gallery h2{
    font-size: 50px;
    font-weight: bold;
    
}
.gallery  .image-box img{
    width: 100%;
    height: 200px;
}
#call{
    position: fixed;
    right: 5px;
    bottom: 60px;
    
    }
    #call a{
        color: #ca2c1f;
    }
    #whats a{color: green;}
    #whats{
        position: fixed;
        right: 5px;
        bottom: 10px;
    }