/* Copyright © 2025 Hruritiz Team */
body {
  color: #ffffff;
  font-family: MiSans;
  background: linear-gradient(to right, #1636ac 6%, #0189c7 96%);
  margin: 20px;
}
@font-face {
  font-family: 'MiSans';
  src: url('fonts/MiSansLatin-Normal.otf') format('opentype');
}
@font-face {
  font-family: 'ArchivoBlack';
  src: url('fonts/ArchivoBlack-Regular.ttf');
}
  .footer {
    background-color: rgba(0, 153, 255, 0.83);
     position: fixed;
     right: 0;
     bottom: 0;
     border-radius: 20px 20px 0 0;
     font-family: ArchivoBlack;
     text-align: center; 
     width: 100%;   
     font-size: 18px;
     font-weight: bold;
     color: #fafaff;  
   }
   .hidden {
    display: none;
  }
   .button {
    background-color: #0095ff;
    border: 2px solid transparent;
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: MiSans;
    box-shadow: rgba(255, 255, 255, .5) 0 1px 0 0 inset;
    font-size: 13px;
    font-weight: 407;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    font-weight: 560;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    transition: 0.5s;
    vertical-align: baseline;
    white-space: nowrap;
    vertical-align: 20px;
  }
  .button:hover {
    background-color: #0893f7;
    transform: scale(97%); 
    transition: 0.7s   
  }
   .copyright {
    color: #fff;
    text-decoration: none;
  }
   * {box-sizing: border-box;}
   .mySlides {display: none;}
   
   .slideshow-container {
     max-width: 1000px;
     position: relative;
     margin: auto;
   }  
   .active {
     background-color: #717171;
   }
   .fade {
     animation-name: fade;
     animation-duration: 1.0s;
   }
   
   @keyframes fade {
     from {opacity: .4} 
     to {opacity: 1}
   }
   .verse {
    display: table;
    white-space: pre-line; 
    word-wrap: break-word; 
  }
  .square-white-button {
    color: black;
    background-color: white;
    border-radius: 0.5rem;
    text-align: center;
    align-items: center;
    font-size:medium;
    border: none;
    text-decoration: none;
    padding: 7px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: 20px;
  }
  .square-white-button-big {
    padding: 8.7px;
  }
  .arrow {
    border-style: solid;
    border-color: white;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 25px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 30px;
    height: 30px;
  }