::-webkit-scrollbar {
    display: none;
}
body {
    background-image: url(images/backgrounds/heartsbg.gif);
    font-family: Comfortaa;
    font-size: 8px;
    overflow-x: hidden;
    overflow-y: visible;
}
.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;
    float: left;
    display: block;
}
.group {
    margin: 2px;
    width: 105px;
    float: left
}

.msg {
    border: solid 2px;
    background-color: white;
    border-radius: 16px;
    padding: 6px;
}
span {
    margin-left: 4px;
}