body {
    
    background-color:#303136 !important;
   color:white !important;
    text-align:center !important;
}

#parentBox {
    
display:flex;
flex-direction:column;
flex-wrap:wrap; 
}

.parent{
border: 2px solid white ;  
border-radius:1% ;
padding:2% ;
margin-top:2% ;
margin-left:1%;
height:6vh ;
transition: height 1s, border 1s !important; 
overflow:auto ;
width:80vw ;
}

#forumTitle {
    
    text-align:center;
}

.parent:hover {
    
    height:10vh !important;
    border:5px solid white !important;
    cursor:pointer;
}

.date {
    
    text-align:end;
}