body{
 	background-repeat: no-repeat;
	background-size:100% 100%;
}
h1{
    color:limegreen;
    text-align:left;
    font-size: 35px;
}
p{
    color:white;
    margin: 15px;
    font-size: 28px;
    text-align: justify;
}

