body{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    font-style: bold;
    background-color: rgb(225, 250, 248);
}


.title{
    text-align: center;
}
.title img{
    width: 80vw;
    height: auto;
}


.div_copyright{
    text-align: center;
    
    
}

.div_copyright p{
    margin: 2vw;
    border-radius: 0vw;
    border: solid;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0.5;
}

.div_home a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    position: absolute;
    text-align: center;
    padding: 1vw;
    flex-grow: 1;
    border-radius: 0vw;
    border: solid;
    box-shadow: 0.5vw 1vw black;
    
    font-size: 1.5vw;
    transition: all .2s ease-in-out; 
}

.header{
    text-align: center;
    font-size: 3vw;
}
.team {
    width: 60%;
    margin-left: 20%;
    border-style: solid;
    border-width: 0.2vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease; 
    border-radius: 1vw;
    font-size: 2vw;
    padding: 1vw;
}


.punti{
    margin-left: auto; 
}


.team:hover {
    background-color: #e0e0e0; 
    transform: scale(1.05); 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); 
    cursor: pointer; 
}

#team-1{
    background-color: gold;
}
#team-2{
    background-color: silver;
}
#team-3{
    background-color: brown;
}