.center 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.text-center 
{
    text-align: center;
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.font 
{
    font-size: 32px;
    color: white;
}

.heading 
{
    font-size:15px;
    color:black;
    background:grey;
}

.active_head 
{
    font-size:15px;
    color:black;
    background:white;
}

.button 
{
    font-size:20px;
    text-align:center;
}

.buttons 
{
    font-size:26.5px;
    text-align:center;
}

.topleft 
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.topright 
{
    position: absolute;
    top: 0px;
    right: 0px;
    transform: rotate(90deg);
    z-index: -1;
}

.pop-up-top-font
{
    background:black;
    color:red;
    text-align: center;
    font-size:30px;
}

.pop-up-font
{
    background:black;
    color:white;
    text-align: center;
    font-size:26.5px;
}

.pop-up-foot
{
    background:black;
}

table 
{
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
            
td, th 
{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
            
tr:nth-child(even)
{
    background-color: #cc0000;
}

tr:nth-child(odd)
{
    background-color: #000000;
}

#contain 
{
    height: 650px;
    overflow-y: scroll;
}

#table_scroll 
{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    border-collapse: collapse;
}

#egggif 
{
    position:absolute; top:25%; left:25%; width: 50%; display: none; 
}