body{
    width:100%; 
   height:100%; 
   background:url(marble4.jpg);
    background-size: cover;
}
.main{
    text-align: center;
    padding-top: 23%;
}
img{
    height: auto;
    max-width: 100%;
}
p{
    color: #666666;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: center;
    padding-top: 35px;
    font-size: 14px;
}
a{color:#333333 !important;font-weight: 400 !important; text-decoration: underline;}