body {
    background-color: #202020;
    color: white;
    align-content: center;
    align-self: center;
    text-align: center;
    margin:0;
    padding:0;
    line-height: 0.4;
}

.split {
   /* height: 100%; */
    float: left;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
}
  
.left {
    width: 70%;
    left: 0;
}
  
.right {
    width: 30%;
    right: 0;
}

.right .playerListBorder {
    margin-top: calc(6% + 15px);
}

.playerListBorder {
    border-style: double;
    border-width: 10px;
    border-color: blue;
    border-radius: 10px;
}

img.mcImage {
    margin: 2%;
    border-style: double;
    border-width: 10px;
    border-color: blue;
    border-radius: 10px;
}

