/*basic reset*/
* {margin: 0; padding: 0;}

html {
    height: 100%;
    text-align: center;
}

body {
    min-height: 750px;
    font-family: Helvetica, Arial, sans-serif;
    background: linear-gradient(rgb(255, 255, 255), rgb(244, 67, 54));
    /*background-image: url("phone.png");*/
}

h2, h4{
    color: #C62828;
}

/*footer*/
.footerLink{
    position:absolute;
    float: none;
    bottom:20px;
    text-align: center;
}
a{
    font-size: 18px;
    color: #C62828;
}
footer a{
    font-size:13px;
    color: #ffffff;
}
footer a img{
    width:150px;
    height:50px;
}
footer {
    width:100%;
    height:100px;
    position:absolute;
    bottom:0;
    left:0;
    background: linear-gradient(rgb(270, 93, 80), rgb(244, 67, 54));
}
