/* index.css */


.home{
    height: 30px;
    width: 345px;
    margin: auto;
    border: solid 4px black;
}
    

img {
    border: solid 4px black;
}



body {
	 background-image: url("../img/gymrope.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: black;
    }

    p {
    	-webkit-text-stroke: 1px black;
    	background-color: lightgray;
        border: solid 4px black;
        width: 300px;
        height: 70px;
        color: red;
        font-size: 20px;
    }

  

    .footer {
        color: white;
        
    }

   



