body { font-family: "Titillium Web", sans-serif; font-weight: 400; font-style: normal; background-color: #1b1b1b; color: #e3e3e3; padding: 0; margin: 0; } .titlebar { text-align: center; background-color: #282a2c; width: 100%; } .button-full { width: 100%; } input[type="text"], input[type="number"] { color: black; } .alert { background-color: rgb(44, 11, 14); color: rgb(234, 134, 143); border-color: rgb(132, 32, 41); border-radius: 0.375rem; border-style: solid; border-width: 0.125rem; padding: 1rem; margin-bottom: 1rem; width: 100% - 2rem; ; } .wordcontainer { width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-evenly; align-items: center; overflow: scroll; } .letter { padding: .5rem 1rem; font-variant-caps: small-caps; font-weight: bolder; background-color: #282a2c; border-radius: 5px; border-color: #4c5053; border-style: solid; border-width: 1px; }