textarea { resize: none; } .parent { height: 100%; /* just */ } .reviewOuterparent { height: 90vh; display: flex; flex-direction: row; justify-content: space-around; } .reviewText { color: pink; margin-bottom: 10%; font-size: xx-large; background-color: #1e1e1e; font-family: monospace; outline: none; border: none; text-align: center; display: flex; align-items: center; } .reviewParent { display: flex; /* background-color: ; */ flex-direction: column; justify-content: center; } .sendButton { color: pink; background-color: #0a0a0a; font-size: 19px; border: 2px solid #0a0a0a; padding: 15px 50px; cursor: pointer } .sendButton:hover { background-color: #2c2c2c; border: 2px solid #2c2c2c; } .flexButton { display: flex; justify-content: center; }