body { font-family: monospace; background: #330080; color: #e5e5e5; display: flex; flex-direction: column; align-items: center; } header { display: flex; flex-direction: column; align-items: center; } main { width: 40rem; } textarea { width: 100%; resize: vertical; } #website-message { background: purple; padding: 0.5rem; }