.discordmessagecontainer {
    display: flex;
    height: auto; /* Full viewport height */
    width: 100%;
    font-family: Arial;
    border-bottom: 15px solid #313338;
    background-color: #313338;
}

.discordleft-box {
    background-color: #313338;
	display: flex;
    align-items: start;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.discordleft-box img {
  width: 45px;
  border-radius: 100%;
}

.discordright-container {
    display: flex;
    flex-direction: column;
    flex: 2; /* Adjust the flex ratio as needed */
}

.discordtop-right-box,
.discordbottom-right-box {
    flex: 1;
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 10px 10px 0px 4px;
    box-sizing: border-box;
    color: #C6C9CD;
    font-size: 12px;
}

.discordtop-right-box username {
  font-weight: 600;
}

.discordtop-right-box datetime {
  font-weight: 400;
  margin-left: 8px;
  margin-top: 2px;
  font-size: 10px;
  color: #939AA3;
}

.discordbottom-right-box {
  padding: 3px 10px 0px 4px;
  flex-direction: column;
}

.discordmessage {
  display: block;
  line-height: 16px;
}