body {
    margin: 0;
    overflow: hidden;
    background-image: url('https://cdn.mikn.dev/mikan-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  
  #bouncingImage {
    position: absolute;
    width: 200px;
    height: auto;
    top: 0;
    left: 0;
  }
  
  .slider {
    margin-top: 20px; /* Adjust spacing as needed */
  }
  
  h1.title {
    font-family: 'Mochiy Pop One', sans-serif;
    color: #fff;
    margin-bottom: 20px;
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
  }