body {
        background-color: #272626;
      }
      
      body p {
        color: white;
      }
      
      .messages {
        width: 85%;
        height: 90vh;
        border-style: solid;
        border-color: #336699;
        border-width: 1px;
        padding-left: 3px;
        padding-bottom: 10px;
        word-wrap: break-word;
        overflow-y: auto;
        background-color: #403d3d;
        position: absolute;
        right: 0;
      }

      .messageBox {
        width: 84%;
        box-sizing: border-box;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        position: absolute;
        bottom: 0;
        left: 15%;
      }
      
      .sendButton {
        width: 5%;
        box-sizing: border-box;
      }
      
      .username {
        color: black;
        position: fixed;
        width: 125px;
        height: 125px;
        background-size: cover;
        border-radius: 100px;
        border: none;
        top: 1px;
        left: 0;
        bottom: 0;
        z-index: 3;
      }
      .username label {
        color: white;
      }

      .messageBox2 {
        position: fixed;
        width: 100%;
        height: 125px;
        border-radius: 100px;
        border: none;
        top: 1px;
        right: 50%;
        z-index: 3;
      }
      
      .annouce Button {
        width: 15%;
        font-size: 20px;
      }