body{
   /**/ background-color: lightblue;
   color: #311b92;
   
}




thead, tbody { display: block; }

tbody {
    height: 600px;       /* Just for the demo          */
    overflow-y: auto;    /* Trigger vertical scroll    */
    overflow-x: auto;  /* Hide the horizontal scroll */
}

h4,span{
    background-color: gold;
}

h4{
    text-align: center;
    color: blueviolet;
    border-radius: 50%;
}
/**/
img{
    border-radius: none;
    width: 420px;
    height: 400px;
    
}

.image{
    
    border-radius: 50%;
    width: 120px;
    height: 100px;
}



/*
.jumbotron{
    
    background-color: #e9ecef;
    margin-bottom: 0rem;
    border-radius: .3rem;

}

#exampleModalLabel, .modal-content, .modal-header, .modal-body, .modal-footer{
    color: black;
}

#page{
    position:fixed;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #673ab7, #311b92);
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    flex-direction: column;
    z-index: 10000;
}


.fc-caption{
    margin-bottom: 70px;
    
    font-size: 24px;
    opacity: 0.9;
}

.fc-login-button{
    background-color:#673ab7;
    border-radius: 10px;
    width: 300px;
    height: 50px;
    margin-bottom: 20px;
}

.fc-sign-in-button{
    margin-left: 10px;
    color: inherit;
}

footer{
    margin-left: 10 px;
    color: inherit;
}
*/