body { background-color: #FBFBD4; margin: 0; box-sizing: border-box; overflow-x: hidden; } .logo { background-color: #adad6b; height: 150px; padding: 10px; display: flex; justify-content: center; align-items: center; flex-direction: column; } #logo-img { display: block; height: 100px; } h1 { text-align: center; color: #000; height: 100px; margin: 0; } input { padding-left: 10px; font-size: 20px; width: 500px; height: 50px; } #chat { padding-left: 20px; font-size: 25px; width: 1250px; height: 600px; } .chatBlock{ display: flex; align-items: center; flex-direction: column; padding: 10px; } .inputBlock { display: flex; flex-direction: row; align-items: center; justify-content: space-evenly; width: 80%; padding: 20px; background-color: #727229; position: fixed; margin-top: 55vh; height: 200px; border-radius: 30px; } #button { height: 50px; width: 120px; background-color: #f5f5dc; } #button:hover { opacity: 0.8; } .buttonText { margin: 0; font-size: 20px; color: #000; } .chat { max-width: 100%; margin: 0 auto; display: flex; justify-content: center; } .block { max-width: 1200px; border-radius: 30px 30px 30px 0px; padding: 0 30px; margin: 7px 20px; color: #000; background-color: #D0C698; } #container { display: flex; flex-direction: column; align-items: flex-start; padding-top: 15px; background-color: #fff; max-width: 80%; border-radius: 30px; }