* {padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

html, body, {width: 100%;
	height: 100%;


	}

	body{
    
    background-color: #9ed5e8;





         }
	h1 {

		background-image: url("imatges/header2.jpg");
		padding: 33px;
		font-family: "Times New Roman";
		box-shadow:  5px 5px 5px black;
		text-align: center;
		text-shadow: 3px 2px #FFFFFF; 
		color: blue;
        max-height: 106px;


        }

    section {

        background-color: #50AB9B;
        width: 50%;
        border-radius: 5px 5px 5px 5px;
        margin-left: auto;
        padding: 6px 15px 5px 15px;
        margin-top: 20px;
        margin-right: auto;
        box-shadow:  5px 5px 5px black;




            }

         img {

            border-radius: 13px;
         
       width: 87%;
       margin-right: auto;
       margin-left: auto;
       display: block;
       margin-top: 10px;

          
         }
         p {
         	text-decoration: none; 
             text-align: justify;
             font-weight:bold;
             margin-top: 10px;


         	}



