body {
    background: rgb(254, 240, 245);
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    color: white;
}

img {
    max-height: 100%;
}

h1 {
    margin: 0;
    font-size: 2.75em;
    color: rgb(255, 194, 213);
    text-shadow: -1.3px 1.3px 0px #852a4b, 1.3px 1.3px 0px #000000, 0px -1.3px 0px #000000, 0px 2.3px 0px #000000;
    cursor: pointer;
    user-select: none;
}

h2 {
    margin: .1em 0;
    text-shadow: -1.3px 1.3px 0px #852a4b, 1.3px 1.3px 0px #000000, 0px -1.3px 0px #000000, 0px 2.3px 0px #000000;
    font-size: 2em;
}

a {
    color: rgb(190, 82, 109);
}

a:hover {
    text-decoration: none;
}

#love {
    position: absolute;
    left: -2em;

}

#ok {
    margin: .75em 0;
    margin-bottom: .25em;
}

.side2 p {
    text-shadow: -1.3px 1.3px 0px #852a4b, 1.3px 1.3px 0px #000000, 0px -1.3px 0px #000000, 0px 2.3px 0px #000000;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.25em;
    margin: 0;
}

.main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: .5em;
}

.container {
    width: calc(20% - 2.5em);
    height: calc(21% - 2.5em);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../bg/tumblr_inline_mrhschSfTU1qz4rgp540.gif');
    border: 2px solid rgb(255, 136, 186);
    padding: 1.25em;
    gap: 1em;
    position: relative;
    border-radius: 2px;
}

#trans {
    height: 20px;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.side1 {
    height: 100%;
    width: 50%;
    position: relative;
}

.side1 img {
    outline: 1px solid rgba(255, 136, 186, 0.628);
    /* filter: drop-shadow(5px 5px 0px white); */
}

.ext {
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.871);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    text-align: center;
    display: none;
    overflow: auto;
    scrollbar-width: none;
}

.ext p {
  width: 95%;
  margin: 1em auto;
}

.side2 {
    height: 100%;
    width: 50%;
    text-align: center;
}

.intfav {
    width: 22%;
    /* height: 23%; */
    height: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* background-image: url('../bg/tumblr_inline_mrhschSfTU1qz4rgp540.gif'); */
    /* background: white; */
    /* border: 1px solid rgb(255, 136, 186); */
    gap: 1em;
    position: relative;
    margin-top: 1em;
    transition: all .2s ease;
}

.switch {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.switch img {
    display: block;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.int,
.fav,
.dni,
.byf {
    width: 50%;
    background: white;
    border: 1px solid rgb(255, 136, 186);
    height: 41px;
    transition: all .2s ease;
    color: black;
    border-radius: 2px;
}

.header {
    background-image: url('../bg/bgpinkbarslace.gif');
    text-shadow: -1.3px 1.3px 0px #852a4b, 1.3px 1.3px 0px #000000, 0px -1.3px 0px #000000, 0px 2.3px 0px #000000;
    font-size: 1.75em;
    font-weight: bold;
    height: 32px;
    padding: 5px 0;
    border-bottom: 1px solid rgb(255, 136, 186);
    text-align: center;
    color: white;
    user-select: none;
    width: 100%;
}

.sec>.inner {
    padding: 0 .5em;
    height: calc(100% - 32px - .75em);
    overflow: auto;
    scrollbar-width: none;
}

.sec>.inner p:first-of-type {
    margin-top: .75em;
}

.sec>.inner p:last-of-type {
    margin-bottom: .5em;
}

.inner p b {
    color: rgb(249, 137, 176);
}

.full {
    height: 100% !important;
}

.full2 {
    height: 23% !important;
}

.icons {
    width: 22%;
    gap: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 1.5em;
}

.icons img {
    filter: drop-shadow(3px 3px 0px #ffd9e6);
    cursor: pointer;
}

.icons img:hover {
    filter: drop-shadow(3px 3px 0px #ffd9e6) saturate(.6);
}

.icons img:active {
    transform: scale(.95);
}


@media screen and (max-height: 1100px) and (max-width: 1920px) {

    .container {
        width: calc(25% - 2.5em);
        height: calc(26% - 2.5em);
    }

    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 1.75em;
    }

    .intfav {
        width: 27%;
    }

    .full2 {
        height: 25% !important;
    }

    #ok {
        margin: .5em 0;
        margin-bottom: .0em;
    }

    .ext {
        width: 98%;
        overflow: auto;
    }

    .ext p {
        width: 90%;
        margin: 1em auto;
    }

    .header {
        padding: 3px 0;
    }

    .int,
    .fav {
        height: 38px;
    }


}

@media only screen and (hover: none) and (pointer: coarse){

    body {
        margin-top: 1em;
    }

    .main {
       
    }

    .container {
        flex-direction: column;
        width: 50%;
        height: 30em;
    }

    .side1 img {
        width: 100%;
    }

    .side1 {
        width: 100%;
        height: 50%;
    }

    .side2 {
        width: 100%;
        height:50%;
    }

    .intfav {
        width: 80%;
    }

    .header {
        font-size:1.5em;
    }

    .full2 {
    height: 35% !important;
}
}