.container {
  border: groove #911c6b 4px;
  border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.70);
    box-shadow: -2px -50px 50px #ffedfd;
}


.table-section {
      width: 90%;
    border:  2px solid #a55090;
    margin: 50px 10;
}

.heading {
  border: 2px solid white;
  background: #b493ac
}

.details-table td:first-child {
    background: white;
    font-weight: bold;
    width: 20%;
}

p {
  color: #a7217c;
  size: 20px
}

.details-table td {
    background: #DBEAFE;
    background: #ffffff;
    vertical-align: top;
}

* {
    cursor: url(https://cur.cursors-4u.net/games/gam-14/gam1371.cur), auto !important;
}

.section-title {
    color: #ffffff;
    text-shadow: 2px 2px 0 #6d1e3f, 2px -2px 0 #b779b2, -2px 2px 0 #6d1e3f, -2px -2px 0 #ffb6d4, 2px 0px 0 #ffb6d4, 0px 2px 0 #ffb6d4, -2px 0px 0 #ffb6d4, 0px -2px 0 #ffb2d2;
    border-bottom: 2px dotted #dd30a0;
    padding-bottom: 5px;
    font-size: 20px

}


.span#hUp::before {
    font-family: cursive;
    content: "be a friend !! ";
    /* animation: Blink 0.3s infinite !important; */
    color: #ac30bb;
    font-size: 20px;
    text-shadow: 2px 1px 4px #ffffff;
    font-weight: bold;
    animation-duration: 0.3s;
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: blinkingTextViolet;
}

.header {
  width: 10px;
}



.text {
    text-align: justify;
    margin-top: 5px;
    letter-spacing: 3px;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
    
}

 
    
.sectioncontent {
 max-width: 1200px
 height: 450px;
   overflow: auto; 
   max-height: 500px;
}   

.updates {
 width: 300px
 height: 300px;
   overflow: auto; 
   max-height: 300px;
}   


.img {
  border: groove #911c6b 4px;
}



