* {
    //border: 1px solid red !important;
 }

.container {
  border: 8px solid rgb(82,169,228);
  border-radius: 10px;
  margin-top: 10px;
  max-width: 600px;
  background-color: #9dea506b;
}
 /* rgb colors r:31, g:172, b:234 */
 /* rgb colors r:10, g:145, b:220 */
 /*82 169 228*/
 /*234 157 80 #EA9D50 */

h1, h2, h3, h5, input, button {
    text-align: center;
    color:rgb(82,169,228);
    font-family: 'Acme', sans-serif;
    margin: auto;
    padding: 10px;
    font-size: 30px;
}

.input, .display {
    text-align: center;
    color:rgb(82,169,228);
 }

 h1, #won {
    color:rgb(82,169,228);
    border: 4px solid rgb(82,169,228);
    border-radius: 10px;
    margin-top: 10px;
    font-size: 40px;
    background-color: white;
 }

 input, button {
   border: 4px solid rgb(82,169,228);
   border-radius: 10px;
   font-size: 20px;
   background-color: white;
 }


 img {
   width: 200px;
   display: block;
   margin: auto;
 }

 #board {
   font-size: 40px;
 }

 #guessnum_input, #word_input {
   font-size: 20px;
 }

 #reset_button {
   background-color: white;
 }
