 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
  body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #fff;
    color: #222c38;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0rem;
  }
  .container {
    max-width: 620px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
          background: url(ranking.svg) no-repeat;
        background-size: 75%;
    background-position: bottom right;
    padding-bottom: 7px;
    
}
  
  header {
    text-align: left;
   
    margin-bottom: 75px;
    clear: left
    ;
    width: 100%;
        padding-left: 31px;
  }
  header .logo1{
   
    margin-top: 10px;
  }
   header .logo2{
    float: right;
  }
  header svg, header .logo-text {
    width: 82px;
    height: 27px;
    fill: #f28722;
    font-weight: 700;
    font-size: 26px;
    font-family: Arial, sans-serif;
  }
  header .logo-text {
    font-weight: 900;
  }
p{
  text-align: center;
}
  h1 {
    margin: 3rem 0 0.5rem 0;
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    color: #222c38;
  }
  p.description {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    max-width: 560px;
    margin: 0 auto 2rem auto;
  }
  .btn-homepage {
    display: block;
    width: fit-content;
    margin: 0 auto 1.8rem auto;
    background: #f28722;
    border: none;
    padding: 13px 34px;
    border-radius: 25px;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 6px 8px rgb(242 135 34 / 0.5);
    transition: background-color 0.3s ease;
    text-decoration: none;
    text-align: center;
    background: #F28722;
background: linear-gradient(284deg, rgba(242, 135, 34, 1) 35%, rgba(242, 135, 34, 0.75) 84%);
 text-decoration: none !important;
 transition: 0.5s;
  }
  .btn-homepage:hover,
  .btn-homepage:focus {
   background: #F28722;
   text-decoration: none;
   text-decoration: none !important;
background: #F28722;
background: radial-gradient(circle, rgba(242, 135, 34, 1) 35%, rgba(242, 135, 34, 0.75) 84%);
  }
  p.search-redirect {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .search-redirect a {
    color: #000;
    text-decoration: underline;
  }
  .youtube-channel {
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 3rem;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  .youtube-channel svg {
    width: 22px;
    height: 18px;
    fill: black;
    flex-shrink: 0;
  }
   .youtube-channel a{
    text-decoration: none;
    color: #000;
   }
  .help-info {
    font-size: 0.9rem;
    /* max-width: 280px; */
    line-height: 1.4;
    text-decoration: none;
    padding-left: 53px;
  }
  .help-info strong {
    display: block;
    margin-bottom: 0.3rem;
  }
  .help-info a{
    color: #000;
    text-decoration: none;
  }
  /* Bottom right arrow chart */
  .arrow-chart {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 230px;
    height: 130px;
    pointer-events: none;
    user-select: none;
  }
  /* Bar gradient colors with steps from light orange */
  .bar {
    fill: url(#orangeGradient);
    opacity: 0.35;
  }

  .arrow-path {
    stroke: #f0b666;
    stroke-width: 4;
    fill: none;
    filter: drop-shadow(0 0 4px rgb(242 135 34 / 0.25));
  }
a{
  text-decoration: underline !important;  
  transition: 0.5s;
}
  a:hover{
  text-decoration: none !important;  
  transition: 0.5s;
}