.content{
    color:white;
    padding: 0rem 2rem;
    width:100%;
    display:flex;
    flex-wrap: wrap;
    align-items:flex-start;
}
.panel{
    background-color: #2a323d;
    display:flex;
    flex-direction:column;    
    border: 1px solid black;
    box-shadow: 5px 5px 5px black;
    border-radius: 1em;
    padding: 0em 1em;      
}
.raids-panel{
    width:100%; /*move to .panel*/
}
.panel-title-bar{
    display:flex;
    flex-direction: row;
    justify-content: center;
}