/* styles go here */

body {
    background-color: #D7463D;
}
    .container {
        display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh; 
}

.hidden {
  display: none;
}

#showImageButton {
  background-color: #F3E4CF;
  color: #D7463D;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}