
body{
    margin:0px;
    padding: 0px;
}.combrainle-showcast{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}
.combrainle-showcast-title{
    font-size: 36px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.combrainle-showcast-background{
    background-image: url(/images/math-solving.gif);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    height: 100vh;
}

.combrainle-showcast-more{
    display: none;
    background-color:lightpink;
    position:fixed;
    top:50px;
    right:50vh;
    left: 50vh;
    min-width: 250px;
}
.combrainle-showcast-info-container{
    display: flex;
    flex-direction: column;
}


.title-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right:20px;
}
.combrainle-showcast-more-remove{
    color:rgb(0, 0, 0);
    cursor:pointer;
}