body {
    background-color: lightblue;
    font-family: 'Kristen ITC';
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: flex;
    font-size: 2rem;
  }
  
  .container img {
    max-width: 100%;
    max-height: 100%;
    border: 4px solid, black;
  }
  
  .image {
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .question {
    width: flex;
    height: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    margin-top: 50px;

  }
  
  .word {
    font-size: 2rem;
    margin: 20px;
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    margin: 50px;
  }
  
  .letters {
    margin: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .letters button {
    margin: 5px;
    padding: 10px;
    border: none;
    background-color: color-mix(in hsl shorter hue, blue 50%, green 50%);
    cursor: pointer;
    font-size: 2.5rem;
    width: 65px;
    height: 65px;
  }
  
  .message {
    font-size: 2rem;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }