body {
    /* background-color: #191919; */
    /* color: #cccccc; */
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
    /* font-weight: 800; */
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.left {
    float: left;
    text-align: left;
}
.right {
    float: right;
    text-align: right;
}
.clear {
    clear: both;
}
p {
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: larger;
  }
a {
    color: #5865F2;
    -webkit-user-drag: none; /* Safari */
    -khtml-user-drag: none; /* KHTML */
    -moz-user-drag: none; /* Firefox */
    -o-user-drag: none; /* Opera */
}
.e {
    text-align: left;
}
img {
    width: calc(100vw/6);
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 10px; /* Add this line to increase the distance between the image and the text */
    -webkit-user-drag: none; /* Safari */
    -khtml-user-drag: none; /* KHTML */
    -moz-user-drag: none; /* Firefox */
    -o-user-drag: none; /* Opera */
}