.br{
    background-color:rgb(00,200,45);
    color:white;
    font-style:italic;
    font-family:times;
    font-size:50px;
}



.title{
    font-size:100px;
    font-family:helvetica;
    color:white;
    font-style:italic;
    background-color:rgb(00,200,45);
   text-align:center;
}
.history{
    font-size:50px;
    font-family:;
    font-style:italic;
     border:solid;
     border-color:red;
     width:50%;
     margin:25px;
     padding:10px;
     float:left;
     background-color:rgb(00,200,45);
     color:white;
}
#trophy{
    font-size:30px;
    float:left;
     color:white;
     animation:tab-filter;
    
}
#players {
    font-size:30px;
    float:right;
    color:white;
    animation:tab-filter;
}
@keyframes tab-filter{
    from{
        filter:brightness(1);
    }
    to{
        filter:brightness(1.2);
    }
}
.pic1{
   float:right;
    width:700px;
    height:700px;
}
html{
    background-color:;
}
.Palmeiras2{
    font-size:100px;
    font-family:helvetica;
    color:white;
    font-style:italic;
    background-color:rgb(00,200,45);
   text-align:center;}
   
   #homepage{
    font-size:30px;
    float:right;
     color:white;
     animation:tab-filter;
}

.players{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
#homepage2{
    font-size:30px;
    float:left;
     color:white;
     animation:tab-filter;
}

.brasileiro{
    width:624px;
    height:624px;
    transition: width 2s, height 2s;
}
.libertadores{
    width:624px;
    height:624px;
    transition: width 2s, height 2s;
}
.cdb{
    width:624px;
    height:624px;
    transition: width 2s, height 2s;
}

.cdb:hover{
    width:524px;
    height:524px;
}
.brasileiro:hover{
    width:524px;
    height:524px;
}
.libertadores:hover{
    width:524px;
    height:524px;
}