/* 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;
}

.corner-link {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border: 2px solid #F3E4CF;
  border-radius: 999px;
  background: #F3E4CF;
  color: #D7463D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.corner-link:hover {
  background: #ffffff;
}
