<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {position: relative; font-family: 'Roboto', sans-serif;}

#introduction{
  display: none;
  position: absolute;
  background: rgb(255,255,255);
  top: 0;left:0;bottom:0;right:0;
  z-index: 9999;
  font-family: 'Playfair Display', serif;
  opacity: 1;
}

#introduction .intro-txt {
    width: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;
}

#introduction .intro-txt button{
  border: none;
  background: #ff8788;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
}


.shareBar{
	position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    border-radius: 100px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    background: rgba(255, 255, 255, 0.2);
    justify-content: space-evenly;
    align-items: center;
    height: 50px;
    opacity: 0.7;
    transition: opacity 0.3s;
    transition: bottom 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.shareBar:hover {
	opacity: 1;
}

.shareBar.animated{
	bottom:-100px;
}


.shareBar button {
	background: transparent;
	border: none;
	color: #fff;
  font-size: 21px;
}


.shareBar button .bt-text {
	font-size: 14px;
}

#sentence {
    position: relative;
    width: 100%;
    height: 100vh;
    font-size: 76px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(#e66465, #9198e5);
}

#sentence #text.hide {
	opacity: 0;
}

#sentence #text{
    width: 50%;
    font-size: 66px;
    line-height: 82px;
    font-family: 'Playfair Display', serif;
    margin: 0 auto;
  	position: absolute;
  	top: 48%;
  	left: 50%;
  	opacity: 1;
    transition: opacity 0.3s;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#sentence #text.hide {
	opacity: 0;
}

button:focus {
	outline: none;
}
button:hover {
	cursor: pointer;
}


.signature{
	position: absolute;
    font-size: 15px;
    line-height: 15px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-top: rgba(255, 255, 255, 0.49) 3px solid;
    padding-top: 15px;
    font-weight: 400;
}


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
    width: 180px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #5f5f5f;
    text-align: center;
    border-radius: 46px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 160%;
    left: 50%;
    margin-left: -95px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.refresh .tooltiptext {
bottom: 100%;
}
.refresh{
	font-size: 14px;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -50px;
    opacity: 0.7;
	transition: top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);}

.refresh.hide{
	top:-100px;
}

.refresh button{
	border-radius: 100%;
    width: 100px;
    height: 100px;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.refresh i.animated {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

.refresh:hover{
	opacity: 1;
}

.hidedesktop{
	display: none;
}



@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
#sentence #text {
    width: 80%;
    font-size: 40px;
    line-height: 50px;
    top: 44%;
}

.shareBar{
    width: 75%;
    bottom: 60px;
}


.shareBar button .bt-text {
	display: none;
}
.refresh{margin-left:-25px;}

.refresh button{
    width: 50px;
    height: 50px;
}

.hidemobile{
	display: none;
}

.hidedesktop{
	display: inline-block;
}

#introduction .intro-txt {
    width: 90%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.2em;
    line-height: 1.3em;
    text-align: center;
}

#introduction .intro-txt button{
  border: none;
  background: #ff8788;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
}








}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#sentence #text {
    width: 75%;
    font-size: 60px;
    line-height: 80px;
    top: 47%;
}

.shareBar{
    width: 70%;
    bottom: 20px;
}


.shareBar button .bt-text {
	font-size: 12px;
}
.refresh{margin-left:-40px;}

.refresh button{
    width: 80px;
    height: 80px;
}

.hidedesktop{
	display: inline-block;
}


}




</pre></body></html>