@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&family=Lobster&display=swap');html {
  box-sizing: border-box;
}



body {
  margin: 0;
  min-height: 100vh;
  background-color: #c4c4c4;
background-image: url("data:image/svg+xml,%3Csvg width='84' height='84' viewBox='0 0 84 84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.3'%3E%3Cpath d='M84 23c-4.417 0-8-3.584-8-7.998V8h-7.002C64.58 8 61 4.42 61 0H23c0 4.417-3.584 8-7.998 8H8v7.002C8 19.42 4.42 23 0 23v38c4.417 0 8 3.584 8 7.998V76h7.002C19.42 76 23 79.58 23 84h38c0-4.417 3.584-8 7.998-8H76v-7.002C76 64.58 79.58 61 84 61V23zM59.05 83H43V66.95c5.054-.5 9-4.764 9-9.948V52h5.002c5.18 0 9.446-3.947 9.95-9H83v16.05c-5.054.5-9 4.764-9 9.948V74h-5.002c-5.18 0-9.446 3.947-9.95 9zm-34.1 0H41V66.95c-5.053-.502-9-4.768-9-9.948V52h-5.002c-5.184 0-9.447-3.946-9.95-9H1v16.05c5.053.502 9 4.768 9 9.948V74h5.002c5.184 0 9.447 3.946 9.95 9zm0-82H41v16.05c-5.054.5-9 4.764-9 9.948V32h-5.002c-5.18 0-9.446 3.947-9.95 9H1V24.95c5.054-.5 9-4.764 9-9.948V10h5.002c5.18 0 9.446-3.947 9.95-9zm34.1 0H43v16.05c5.053.502 9 4.768 9 9.948V32h5.002c5.184 0 9.447 3.946 9.95 9H83V24.95c-5.053-.502-9-4.768-9-9.948V10h-5.002c-5.184 0-9.447-3.946-9.95-9zM50 50v7.002C50 61.42 46.42 65 42 65c-4.417 0-8-3.584-8-7.998V50h-7.002C22.58 50 19 46.42 19 42c0-4.417 3.584-8 7.998-8H34v-7.002C34 22.58 37.58 19 42 19c4.417 0 8 3.584 8 7.998V34h7.002C61.42 34 65 37.58 65 42c0 4.417-3.584 8-7.998 8H50z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
color:black;
font-family: 'Oswald', sans-serif;
font-weight: 900;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;



}

.quote-container {
  width:auto;
  max-width: 900px;
  padding: 20px 30px;
  border-radius:10px;
  background-color: rgba(255, 255, 255, 0.7);  
  box-shadow: 0px 10px 10px 10px  rgba(0, 0, 0, 0.4);
  

}


.picture{
  width: 10%;
  transform: scale(-1, 1)
}

.picture2{
  width: 11.4%;
  position:relative;
  top: 10px;
}

.picture3{
  width: 10%;
}


.quote-text {
  font-size: 3rem

}

.long-quote {
  font-size: 1.7rem;
}

.fa-quote {
  font-size: 3.5rem;
}

.quote-autor {
  font-family: 'Lobster', cursive;
  margin-top: 15px;
  font-size: 3rem;
  font-weight: 400;
  font-style: bold;
  

}

.button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  padding: 2rem 1rem 0.5rem;
 


}

button  {
  font-family: 'Oswald', sans-serif;
  cursor: pointer;
  font-size: 1.9rem;
  height: 3rem;
  border: none;
  border-radius: 10px;
  color: rgba(250, 250, 250, 0.9);
  background-color: rgba(90, 88, 88, 0.9);
  outline: none;
  padding: 0.1rem 2rem;
  box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.4);
  
  
  
  
}

.tg-link {display:none}

.telegram-button:hover .tg-link {
  color: rgba(250, 250, 250, 0.9);
  display:unset;
}





button:active {
  transform: translate(0rem, 0.3rem);
  box-shadow: 0 0 0;
  display:
}

.telegram-button:hover {
  color: rgba(65, 162, 211, 0.9);
   
}

.fa-telegram{
  font-size: 2.3rem;
}

.footer {
  position:absolute;
  bottom: 1rem;
  font-size: 1.5rem;
  opacity: 0.7
 
}

/* Loader */
.loader {
  border: 16px solid #f3f3f3; 
  border-top: 16px solid rgba(65, 162, 211, 0.7); 
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
  
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Phone screans */
@media screen and (max-width: 1000px) {
  .quote-container {
    margin: auto 10px;
    font-size:2rem;
    box-shadow: 0px 5px 5px 5px  rgba(0, 0, 0, 0.4);
  }

  .quote-text {
    font-size: 1.5rem;
  }
  .quote-autor {
    font-size: 1.5rem;
    margin-top: 5px;
    }
  .fa-quote {
      font-size: 1.7rem;}


  .footer {font-size: 0.9rem;
  bottom:0.3rem;
  }



  .fa-telegram{
    font-size: 2rem;
  }
  button  {
    padding: 0.1rem 1.5rem;
    font-size: 1rem;
    margin: 0.1rem 0.1rem;
  }

}

