
body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

  background-color: #87cefa;
  padding: 0 1rem;
}

body #chat-container {
    background-color: #aee0ff;
    border-radius: .5rem;
    width: 50%;
    min-width: 300px;
    height: 300px;
    overflow: auto;
}

input, button{
    background-color: #aee0ff;
    border-color: #73c9ff;
}

input{
    width: 50%;
    min-width: 300px;
}