body {
    background: linear-gradient(to bottom, #ffffff80 50%, #ffff 100%), url(https://files.catbox.moe/dxdpsk.png);
    background-color: #ffffff;
    background-size: 100% 660px;
    background-position: top;
    background-repeat:no-repeat;
    font-family: 'Times New Roman', Times, serif;
    text-rendering: optimizeSpeed;
    image-rendering: optimizeQuality;
    shape-rendering: optimizeSpeed;
    font-family: Ms Gothic;
}

@font-face {
    font-family: Angelic War;
    src: url(https://files.catbox.moe/0hwgn4.ttf) format(trueType);
}

@font-face {
    font-family: Ms Gothic;
    src: url(https://files.catbox.moe/w5xihh.ttf) format(trueType);
}
:root {
    --satbrown: #3a2f19;
    --brown: #2e2c28;
}

.container {
    z-index: 0;
    margin-left: auto;
    margin-top: 50px;
    width: 630px;
    height: 100%;

    display: grid;
    grid-template-areas:
                        'about ad1'
                        'block1 ad1'
                        'block2 block2';
    grid-template-columns: 370px 250px;
    grid-template-rows:  200px 200px 300px;
    gap:10px
}

.container > * {
    position: relative;
    box-sizing: border-box;
}

.header {
    grid-area: header;
}

.about {
    grid-area: about;
    background-color: white;
    background-image: url(https://i.pinimg.com/736x/2b/3e/b5/2b3eb5e4ffa7722e9f09cac139ad4380.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 120px 200px;
    border: 1px solid black;
    filter: saturate(20%);
    border-radius: 4px;
    box-shadow: inset 0 0 10px black;
}

    .about t {
        top: 0px;
        font-family: Angelic War;
        color: var(--satbrown);
        left: 5px;
        position: absolute;
        font-size: 28px;
    }

    .about .textbox {
    font-smooth: never;
    -webkit-font-smoothing : none;
        color: black;
        height: 160px;
        width: 250px;
        position: absolute;
        bottom:10px;
        right: 10px;
        text-align: right;
    }

.block1 {

    box-shadow: inset 0 0 7px black;
    border-radius:5px;
    border: 1px solid black;
    grid-area: block1;
    background-color: white;
    background-position: right;
    background-image: url('https://i.pinimg.com/736x/2d/30/5c/2d305c91eb1b52391d781d6cbba08523.jpg');
    background-size: 150px 200px;
    background-repeat: no-repeat;
}

    .block1 t {
        top: 5px;
        left: 5px;
        color: var(--brown);
        position: absolute;
        font-size: 23px;
        font-family: 'Times New Roman', Times, serif;
    }

    .block1 .textbox {

    font-smooth: never;
    -webkit-font-smoothing : none;
        position: absolute;
        height: 160px;
        width: 250px;
        bottom: 10px;
        left: 10px;
        overflow-y: scroll;
        text-align: left;
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;
        text-shadow: 0 0 2px white;

    }

    .textbox ::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }

    .block1 date {
        color: blue;
        text-decoration: underline solid blue 1px;
    }

.ad1 {
    grid-area: ad1;
    gap: 10px;
}

    .ad1 img {
        margin-bottom: 10px;
    }

    .ad1 input {
        width: 250px;
        margin-bottom: 10px;
    }

#birthday {
    font-family: 'Times New Roman', Times, serif;
    font-smooth: never;
    -webkit-font-smoothing : none;
    width: 250px;
    height: 100px;
    position: relative;
    background-color: white;
    border: 1px solid black;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: saturate(50%);
    margin-bottom: 10px;
}

    #birthday .text {
        z-index: 100;
        position: relative;
        font-style: italic;
        text-shadow: 0 0 3px white;
    }

    #birthday #bdayimg {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
    }

    #bdaytext {
        position: absolute;
        z-index: 100;
        bottom: 0;
        text-align: center;
        color:white;
        text-shadow: 0 0 3px black;
    }

.block2 {
    
    grid-area: block2;
    gap: 10px;
    display: flex;
    flex-direction: row;
}

    #linkme {
        width: 410px;
        background: linear-gradient(to bottom, #ffffff80, #ffffff80), url(https://files.catbox.moe/lo26cu.png);
        box-shadow: inset 0 0 5px black;
        border: 1px solid black;
        border-radius: 5px;
        height: 300px;
        box-sizing: border-box;
        padding: 10px;
        position: relative;
    }

    #linkme .textbox {
        font-smooth: never;
        -webkit-font-smoothing : none;
        bottom: 10px;
        position: absolute;
        width: 300px;
        height: 250px;
        overflow-y: scroll;
        text-shadow: 0 0 2px white;
    }

    #linkme .textbox em {
        font-style: normal;
        font-weight: bold;
        color: var(--brown);

    }

    #linkme t {
        font-family: Angelic War;
        font-size: 38px;
        color: var(--brown);
        position: absolute;
        right: 50px;
        top: 0px;
        mix-blend-mode:darken;
    }

    #block2in {
        width: 210px;
        height: 300px;
        gap: 10px;
    }

    #block2in .box {
        font-smooth: never;
        -webkit-font-smoothing : none;
        position: relative;
        width: 210px;
        box-sizing: border-box;
        padding-top: 15px;
        padding-bottom: 0px;
        box-shadow: inset 0 0 5px black;
        border: 1px solid black;
        border-radius: 5px;
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        gap: 0px;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        background-image: url(https://i.pinimg.com/originals/36/28/d6/3628d650f943460ffbd42b92260aa69f.gif);
        background-position: right;
    }

.box img {
        position: absolute;
        bottom: 0px;
        border: 1px solid black;
        transition: all .2s ease;
        box-shadow: -2px 2px 2px rgba(0,0,0,0.5);
    }

.box img:hover {
    scale: 1.1;

}