.live{
    display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap:10px;
     background-color: rgb(156, 15, 15);
     padding: 90px 7px;
     margin-top: 10px;
    
}
.live a{
    display: flex;
    justify-content: center;
    color: whitesmoke;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
}