body {
    background: #fcf9fc;
    font-family: sans-serif;
    font-weight: 400;
    margin: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
  }
a{
    text-decoration:none;
    color: #555;
}
.website-title {
    text-decoration: none;
    text-align: center;
    background: linear-gradient(135deg, #2215e0 0%, #df01d8 100%);
}
span#logo {
    color: #fff;
    font-size: 25px;
}
span#bookmark {
    color: #fff;
    font-size: 10px;
}
#main {
    margin-left: 18%;
    margin-right: 22%;
}
.footer {
    background: #fff;
    border: 30px;
    border-radius: 30px;
    padding: 2em;
}
.footer p, li {
    color: #555;
    line-height: 1.6rem;
}
.fontesletras {
    margin-left: 16%;
    font-size: 18px;
    text-align: center;
    width: 64%;
    padding: 15px;
    border-radius: 5px;
    border: 3px solid hsl(274.16deg 90.48% 45.29%);
    position: relative;
    outline: 0;
}
#settings{
    display: inline-block;
    width: 100%;
    padding: 7px;
}
.share, .sizing{
    font-size: 13px;
    color: grey;
}
.share {
    float: left;
    margin-left: 15em;
}
.sizing {
float: right;
margin-right: 19em;
}
#sizing {
cursor: pointer;
-webkit-appearance: none;
height: 8px;
background: #f5f3f5;
outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
    height: 3px;
    cursor: pointer;
    background: #3C2FF1;
    border-radius: 1.3px;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 30px;
    background: linear-gradient(90deg, hsla(244, 87%, 56%, 1) 0%, hsla(279, 93%, 58%, 1) 100%);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
  }
.letras {
display: inline-block;
color: grey;
margin-top: 0.8em;
}
.secimg{
    width: 50%;
}


.output {
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 21px 12px 22px 12px;
    outline: 0;
    border: none;
}
.copyletras:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 23px 0 rgb(0 0 0 / 30%);
    z-index: 9;
}
span.copyletras {
    color: #323331;
    padding: 16px 12px;
    width: 100%;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    margin-top: -58px;
    position: relative;
    float: right;
    border-radius: 5px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .5);
    border: 1px solid #dadada;
    transition: .2s ease-in-out;
}

i.fa-regular.fa-paste {
    float: right;
    font-size: 1.7em;
}
.copyright {
    text-align: center;
}
.website-title img {
    width: 270px;
    padding-top: 7px;
}
.fixed {
    position: fixed;
    top:0; 
    left:0; 
    z-index:99;
    width: 100% !important;
}
p.loadmore {
    text-align: center;
    clear: both;
}
#loadfonts {
    font-size: 20px;
    padding: 12px 35px;
    margin: 15px 0 5px; 
    outline: 0;
    width: 50%;
}
#loadfonts:hover, .pages a:hover {
    background: linear-gradient(135deg, hsla(244, 83%, 48%, 1) 0%, hsla(302, 99%, 44%, 1) 100%);
    color: #fff;
}

#loadfonts, .pages a{
    background: #fff;
    color: #B12FF7;
    border: 1px solid #f0eded;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.pages {
    text-align: center;
    margin-top: 20px;
}
.pages a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    padding: 9px 13px;
    margin: 2px 0;
    margin-bottom: 8px;
}
h2{
    line-height: 1.7em;
}
img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.landscape img {
    aspect-ratio: 16 / 9;
    margin-top: 10px;
}
.portrait img {
    aspect-ratio: 2 / 3;
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.square img {
    aspect-ratio: 1 / 1;
}
.hakcipta {
    color: #000;
    text-align: center;
    margin: 1em;
}
.hakcipta a {
    color: #000;
}
.ads1, .ads2{
    text-align: center;
}
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 26px;
    width: 50px;
    height: 50px;
    background:linear-gradient(90deg, hsla(244, 87%, 56%, 1) 0%, hsla(279, 93%, 58%, 1) 100%);
    color: #fff;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 50%;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-property: background-color, color;
}
.btnEntrance {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: btnEntrance;
}
#back-to-top-btn:hover, #back-to-top-btn:focus {
    background-color: #333;
    color: #fff;
}
@media only screen and (min-width: 1170px) {
    .share {
        margin-left: 20em;
    }
    .sizing {
        margin-right: 23em;
    }
}
@media only screen and (min-width:970px) {
    .ads1{
        margin-bottom: 6%;
    }
}
@media only screen and (max-width: 950px) {
    .ad_slot2 {
        width: auto;
    }
}
@media only screen and (max-width: 850px) {
    .fontesletras {
        font-size: 13px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.55);
        z-index:99;
    }
    div.share, div.letras {
        margin-left: 10%;
        font-size: 10px;
    }
    .output {
        font-size: 14px;
    }
    .ad_slot1 {
        width: auto;
        margin: 1px;
        margin-top: 5px;
        height: 85px;
    }
    .footer {
        margin-bottom: 3em;
    }
    div.sizing {
        float: none;
        margin: auto;
    }
    #main {
        margin: auto;
        margin-top: 5%;
    }
    .website-title {
        border-radius: 0 0 10px 10px;
    }
    #back-to-top-btn {
        font-size: 18px;
        width: 41px;
        height: 41px;
        bottom: 6em;
        right: 6px;
        z-index: 99999;
    }
}
@media only screen and (max-width: 600px) {
    #loadfonts {
        width: auto;
        font-size: 17px;
    }
    img {
        max-width: 100% !important;
        height: auto;
    }
    div.share, div.letras {
        margin-left: 6%;
        font-size: 8px;
    }
}
@media screen and (max-width: 450px) {
    .footer {
        padding: 1em;
    }
    #back-to-top-btn {
        width: 36px;
        height: 36px;
    }
    div.share, div.letras {
        font-size: 7px;
    }
}
@media only screen and (max-width: 400px) {
    .secimg{
        width: auto;
        height: auto;
        margin: auto;
    }
    h1,h2 {
        font-size: 20px;
    }
}


.resp-sharing-button--whatsapp:active,
.resp-sharing-button--whatsapp:hover {
    background-color: #1da851;
    border-color: #1da851;
}
.resp-sharing-button__icon,
.resp-sharing-button__link {
    display: inline-block;
}
.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
}
.resp-sharing-button {
    transition: 25ms ease-out;
    border-radius: 25%;
    padding: 7px 8px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 1px;
}
.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top;
}
.resp-sharing-button--small svg {
    margin: 2px;
    vertical-align: middle;
}
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none;
}
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none;
}
.resp-sharing-button--facebook, .resp-sharing-button--twitter, .resp-sharing-button--reddit, .resp-sharing-button--whatsapp, .resp-sharing-button--telegram {
    background: linear-gradient(135deg, hsla(244, 83%, 48%, 1) 0%, hsla(302, 99%, 44%, 1) 100%);
}
.resp-sharing-button--facebook:active,
.resp-sharing-button--facebook:hover,
.resp-sharing-button--reddit:active,
.resp-sharing-button--reddit:hover,
.resp-sharing-button--telegram:hover,
.resp-sharing-button--twitter:active,
.resp-sharing-button--twitter:hover {
    background-color: #4b97d1;
}

