@font-face{
    font-family: "jetbrainsMono";
    src: url("./font.woff2")
}

html {
  font-family: "jetbrainsMono";
  background-color: #11111b;
  height: 100%;
}

body {
  height: 100%;
}
header {
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
  color: #cdd6f4;
}

main {
  height: fit-content;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
}

p {
  border-style: dashed;
  border-width: 2px;
  margin: 10px 0;
  padding: 5px;
  color: #cdd6f4;
  background-color: #181825;
}

h3 {
  border-style: solid;
  border-width: 2px;
  margin: 10px 0;
  padding: 2px;
  color: #cdd6f4;
  background-color: #11111b;
}

sub {
  color: #7f849c;
}
a {
  color: #89b4fa;
}
button {
  color: #cdd6f4;
  background-color: #313244;
}

ol, ul{
  color: #cdd6f4;
  background-color: #181825;
  border-style: dashed;
  border-width: 2px;
}
.content-wrapper {
  max-width: 66.67%;
  height: 100%;
  margin: 0 auto;
  background-color: #1e1e2e;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #181825;
  padding: 10px;
  column-gap: 10px;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.button {
  padding: 0 5px;
}

.columns {
  display: flex;
  flex-direction: row;
}

.left, .right, .middle {
  display: flex;
  flex-direction: column;  
}
.center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left, .right {
    width: 25%;
    padding: 20px;
}

.middle {
    height: 100%;
    width: 50%;
    padding: 20px;

}

.window {
    padding: 4px;
    padding-bottom: 16px;
}

.chatroomcont {
  width: 100%-4px;
  height: 480px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.chatroom {
  min-width: 100%;
  min-height: 100%;
  border-style: dashed;
  border-width: 2px;border-style: dashed;
  border-width: 2px;
  color: #cdd6f4;
}
