::-webkit-scrollbar {
    display: none;
}
body {
    background-image: url(images/backgrounds/overlay.png), url(images/backgrounds/IMG_4080.png), repeating-linear-gradient(to bottom, #E50000, #FF8D00 15px, #FFEE01 30px, #15a437 45px, #004CFD 60px, #760088 75px, #F80067 90px, #E50000 115px);
    background-size: 200px;
    background-repeat: repeat, repeat, no-repeat;
    font-family: Courier New;
    font-weight: bold;
    font-size: 8px;
    color: white;
}
.center {
    display: flex;
    justify-content: center;
}

.container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.entry {
    display: flex;
    align-items: flex-start;
}

.pfp {
    border-radius: 50%;
    width: 57px;
    border: solid 2px black;
    float: left;
    display: block;
}
.group {
    margin: 2px;
    width: 101px;
    float: left;
}

.msg {
    border: solid 1px white;
    background-color: black;
    padding: 6px;
}
span {
    margin-left: 4px;
    color: white;
}