body {
    background-color: #151515 !important;
    color: #D7D7D7;
    font-family: Verdana, Geneva, sans-serif !important;
    font-size: .8em;
    line-height: 1.55em;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
}

.center{ 
    margin-left: auto;
    margin-right: auto;
}

.homie{
    font-size: 16px;
    background: #0d0c0c;
    border: 1px solid #663399;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 49%;
}

.homie:nth-child(odd) {
    margin-left: 1%;
    margin-right: 2%;
}
.homie:last-child {
    margin-bottom: 20px;
}
.homie:last-child:nth-child(odd) {
    margin-right: 4px;
    width: 100%
}
.homie .homieHead {
    background: linear-gradient(to bottom, #663399 4%, #0d0c0c 75%);
    padding: 10px 15px 0 15px;
}
.homie p {
    padding: 0 40px 0 40px;
    line-height: 28px;
}
.homie a,
.homieHead a,
.homiesTop a,
h4 {
    color: #b265d6 !important;
}
.homie a:hover,
.homieHead a:hover,
.homiesTop a:hover {
    color: #c065d6 !important;
    text-decoration: underline !important;
}

.left {
    float: left;
    margin-right: 40px;
}

.memorium{
   display: flex;
   flex-wrap: wrap; 
}

