body {
    margin: 0;
    overflow: hidden;
    background: url('images/marai2.png') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-family: 'special', sans-serif;
    text-align: center;
}
.cheval {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 550px; 
    transition: transform 5s linear;
}


.message {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: #9e7e75;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 20px;
    transition: opacity 1s ease-in;
    max-width: 600px;
    line-height: 1.6;
    text-align: left; 
    font-family: 'special', sans-serif;
    color: white;
}

.hidden {
    display: none;
}
@font-face {
  font-family: 'special';
  src: url('Special/SpecialGothicCondensedOne-Regular.ttf') format('truetype');
}

.symbol-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 4.8em;
  color: rgb(149, 110, 31);
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s ease, color 0.3s ease;
}

.symbol-button:hover {
  transform: scale(1.3) rotate(10deg);
  color: white;
}
