body {
    font-family: bp;
    margin: 0;
  
}

@font-face {
    font-family: bp;
    src: url('../font/BPdotsUnicasePlus.otf');
}

.gif {
    position: fixed;
    top: -50px;
    width: 40vw;

    pointer-events: none;
    filter: drop-shadow(0 0 3px rgb(251, 0, 205)) invert(0) brightness(1);
}

.everything {
    position: relative;
    display: flex;

    width: 100vw;
    height: 100vh;

    justify-content: center;
}

.commentcontainer {
    position: absolute;
    margin-top: 100vh;

    width: 50vw;
    padding: 20px;

    background-color: rgb(206, 206, 206);
    border-radius: 20px;
}

.comment {
    margin-bottom: 10px;
    padding: 10px;
}

.comment-author {
    font-weight: bold;
}

.comment-date {
    color: #888;
    font-size: 0.8em;
}

.comment-content {
    margin-top: 3px;
}

  