html{
    background:url("./background.jpeg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.text{
    position:absolute;
    left:12%;
    top:20%;
    color:#333;
}

.text>h1{
    font-size:500%;
}

.text>p{

}

@media only screen and (max-width: 992px) {
    .text{
        top:40%;
        width:50%;
    }
}
