.message {
  display: flex;
  gap: 1.2vmin;
  padding-left: 1vmin;
  font-family: "Comfortaa";
  color: #dadada;
}
.message > .nickname {
  font-size: 2vmin;
}
.message > .text-content {
  font-size: 1.8vmin;
  color: #dadada;
}

#message-input {
  width: -webkit-fill-available;
  padding-left: 0.8vmin;
  font-size: 1.8vmin;
  font-family: "Comfortaa";
  color: #e9e9e9;
  background: #505050;
  border: none;
  outline: none;
}

body {
  margin: 0;
  height: 100%;
}

#main-container {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 1.2vmin;
  padding-top: 1vmin;
  inset: 0;
  overflow-y: auto;
  background-color: #303030;
}/*$vite$:1*/