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;
}


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

    gap: .5em;
}

.top {
    width: 22%;

}

.container {
    width: 22%;
    height: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    background-image: url('../bg/checkered-tablecloths-pattern-endlessly-pink-260nw-198185852.png');
    border: 2px solid rgb(255, 136, 186);
    /* padding: 1.25em; */
    /* gap: 1em; */
    position: relative;
    border-radius: 2px;
}


.cloud {
    background-image: url('../img/cloud.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -100px;
    right: -4em;
    filter: drop-shadow(-3px 5px 0px #FEF0F5);
    z-index: 1;
}


.side1 {
    height: calc(100% - 2em);
    width: 62%;
    position: relative;
    padding: 1em 0;
}


.side1>.yay {
    color: rgb(150, 21, 77);
    width: calc(90% - 20px);
    height: calc(100% - 20px);
    padding: 10px;
    outline: 1px solid rgba(255, 136, 186, 0.483);
    border-radius: 2px;
    margin: auto;
    overflow: auto;
    scrollbar-width: none;
    background: rgba(255, 255, 255, 0.594);
    backdrop-filter: blur(2px);
}

.yay p:first-of-type {
    margin-top: 0;
}

.yay p:last-of-type {
    margin-bottom: 0;
}


.side2 {
    height: 100%;
    width: 38%;
    text-align: right;
    border-left: 2px solid rgb(255, 136, 186);
    background-image: url('../img/iza/iza.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.side2 p {
    position: absolute;
    bottom: 0;
    left: 5px;
    font-size: 1.125em;
    margin: 0;
    font-weight: bold;
}

.side2 p a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 0px white;
}

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

.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;
    }

    .container {
        flex-direction: column;
        width: 65%;
        height: 35em;
    }

    .cloud {
        font-size: .8em;
        width: 70%;
        height: 100px;
        top: -50px;
    }

    .timeel {
        padding: 0 !important;
    }

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

    .side1 > .yay {
        width: calc(87% - 20px);
    }

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