
body{

    margin: 0;
    padding: 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 50, 0.5),rgba(0, 0, 50, 0.5)),url(pic1.jpg);
    background-size: cover;
    background-position: center;
    font-family: sans-serif;
    }
    
    .contact-title
    {
    margin-top: 100px;
    color: #fff;
    /* text-transform: uppercase; */
    transition: all 4s ease-in-out;
    }
    
    .contact-title h1{
    font-size: 72px;
    line-height: 10px;
    }
    
    .contact-title h2
    {
    font-size: 32px;
    }