.imageTextMainBlock{
    width: 100%;
    height: 100%;
}

.imageTextMainBlock .textBlock{
    /* background: rgb(0, 0, 0); */
    background: rgba(0, 0, 0, 0.5);
    /* background: linear-gradient(to right,rgba(255,255,255,0.8),rgba(255,255,255,0.6),rgba(255,255,255,0.4)); */
    color: black;
    width: 100%;
    padding: 0px 0px;
    height: 25%;
    text-align: center;
}
.imageTextMainBlock .imageBlock{
    width: 100%;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imageBlock i{
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.imageBlock .youtubeLogo{
    color: red;
}
.glass table{
    width: 100%;
    height: 100%;
}
a{
    text-decoration: none;
    color: black;
}
td{
    width: 50%;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.textBlock h1{
    padding: 20px;
    line-height: 100%;
    font-family: sans-serif;
}
.myTd{
    height: 100%;
}