#footer {
    background-color: #F3F3F3;
    padding-top: 10px;
    padding-bottom: 0px;
    position:fixed;
    bottom:0;
    width:100%;
}

body{
    font-family: 'Reem Kufi', sans-serif;}

.zoom {


    transition: transform .2s; /* Animation */

    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.13); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0px 22px 0px #304099;
 border-radius: 20px;

    z-index: 100;
}

.guinne {
    transform: scale(1.13); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0px 22px 0px #304099;
 border-radius: 20px;

    z-index: 100;
}

.zoom-img {


    transition: transform .2s; /* Animation */

    margin: 0 auto;
}

.zoom-img:hover {
    transform: scale(1.63); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0px 22px 0px #304099;


    z-index: 100;
}

.button {



    display: block;
    cursor: pointer;

    border-radius: 10px;

    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    box-shadow: 1px 0px 4px 0px #304099;

    background: linear-gradient(to right, #d62526 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.button:hover {
    background-position: left bottom;
}

.text {
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    color: #304099;
    transition: all .6s ease-out;
    display: block;
}

.text:hover {
    color: white;
}