

		body {
   background-image: url("imagem/copa.jpg");
    background-size: 100%;
    background-attachment: fixed;
    	}

		h1 {
  color: rgb(0,200,05 );
  text-align:center;
		}
		h2 {
  color:rgb(156, 0, 135);
  text-align: left ;
	}
		p {
  font-family: verdana;
  font-size: 50px;
		}
        
	#foto{
	border-radius: 50%;	

		}

	img {
	border-radius:10px;

		}
        dl {
        color: white;
       
        }
        
        #jogadores
        {
        background-color: black;
        opacity: 0.5;
        }
			
