.table{
    background-image: url('Background1.jpg');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: fixed;
}
.Lead{
    font-size: 30px;
    color: white;
    
    font-style:oblique;
}
.team{
    font-size: 25px;
    font-family:Arial, Helvetica, sans-serif; 
    color: white;
}
.year{
    color: white;
    font-weight: bolder;
}

