body {
    background-image: url(images/bg-pattern.png);
    background-repeat: unset ;
    display: grid;
    place-items: center;
}


.parent {
    display: grid;
    grid-template-columns: 100px 180px 150px 150px 160px 250px 250px;
    grid-template-rows: 170px 210px 80px 200px 200px 200px;
    max-width: 1200px;
    padding-top: 40px;
    gap: 10px;
    margin: 0;
    padding-left: 250px;
}

a {
    text-decoration: none;
    color: #550033;
 }

 .pochaco {
    display: flex;
    justify-content: center;
    padding-top: 30px;
 }

 .construct-text {
    text-align: center;
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
 }

.header {
    border: 3px solid #8d0856;
    box-shadow: 5px 5px 0px #7b7b7b;
    background: #faf4f7;
    border-radius: 8px;
    grid-column: 2 / 6;
    grid-row: 1 / 2;
}

h1 {
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    text-align: center;
    color: #550033;
    padding-bottom: 10px;
}

h2 {
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #550033;
}

.sign {
    font-size: 15px;
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
    color: #550033;
    border-radius: 0 0 4px 4px;
    padding-top: 3px;
    background: linear-gradient(#dcc1cf, white 50%, #dcc1cf 50%, white);
    border-style: outset;
    border-width: 2px;
    border-color: #8d0856;
}

.popup-title {
    background: linear-gradient(90deg, rgba(250, 160, 211, 1) 0%, rgba(252, 187, 232, 1) 45%, rgba(255, 232, 246, 1) 96%);
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    font-size: 20px;
    font-family: "Handjet", sans-serif;
    font-weight: 900px;
    font-style: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #8d0856;
}

.nav {
    border: 3px solid #9e0f63;
    box-shadow: 5px 5px 0px #7b7b7b;
    background: #faf4f7;
    font-family: "Inconsolata", monospace;
    font-weight: 300px;
    font-style: normal;
    font-variation-settings: "wdth" 112.5;
    border-radius: 8px;
    grid-column: 2 / 3;
    grid-row: 2 / 4;
}

.navbtn {
    padding: 8px;
    background: linear-gradient(#dcc1cf, white 50%, #dcc1cf 50%, white);
    margin: 10px;
    border-radius:6px;
    border-width: 6px;
    border: solid #8d0856;
    box-shadow: inset 1px 1px #fff;

}

.home-btn {
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.button-1 {
    width: 130px;
    height: 60px;
    border-radius: 10px;
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    background: linear-gradient(#dcc1cf, white 50%, #dcc1cf 50%, white);
}

.main {
    border: 3px solid #9e0f63;
    box-shadow: 5px 5px 0px #7b7b7b;
    background: #faf4f7;
    border-radius: 8px;
    grid-column: 3 / 5;
    grid-row: 2 / 4;
}

.main-text {
    padding-top: 5px;
    font-family: "Inconsolata", monospace;
    font-weight: 300px;
    font-style: normal;
    font-variation-settings: "wdth" 112.5;
    font-size: 16px;
    width: 285px;
    height: 230px;
    padding-left: 15px;
    overflow: auto;
    overflow-y: scroll;
    scrollbar-color: #fbbbda #f9e9f2;
}

.welcomesign {
    padding-top: 5px;
    display: flex;
    justify-content: center;
}

div.scroller {
    scrollbar-color: hsl(331, 100%, 85%);
}

.cam {
    border-radius: 8px;
    grid-column: 5 / 6;
    grid-row: 2 / 3;
    padding-top: 30px;
    padding-left: 20px;
}

.cam .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-family: "Inconsolata", monospace;
    font-weight: 300px;
    font-style: normal;
    font-size: 12px;

    position: absolute;
    z-index: 1;
}
.cam:hover .tooltiptext {
  visibility: visible;
}

.guest {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    padding-top: 20px;
}

.deco {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
    padding-left: 30px;
}

.rilkdango {
    display: flex;
    justify-content: center;
}

.updates {
    border: 3px solid #9e0f63;
    box-shadow: 5px 5px 0px #7b7b7b;
    background: #faf4f7;
    border-radius: 8px;
    grid-column: 5 / 6;
    grid-row: 3 / 5;
}

.updatelog {
    width: 150px;
    height: 200px;
}

.updatecontent {
    padding-left: 5px;
    font-family: "Inconsolata", monospace;
    font-weight: 300px;
    font-style: normal;
}

.footer {
    border: 3px solid #9e0f63;
    box-shadow: 5px 5px 0px #7b7b7b;
    background: #faf4f7;
    border-radius: 8px;
    grid-column: 3 / 5;
    grid-row: 4 / 5 ;
}

.stamps {
    padding-top: 20px;
    text-align: center;
    font-family: "Inconsolata", monospace;
    font-weight: 300px;
    font-style: normal;
    line-height: 10px;
}

.buttons {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
}

.header-btn {
    width: 16px;
    height: 16px;
    background: #ffafe7;
    border: 2px solid #9e0f63;
    box-shadow: inset 1px 1px #fff;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.cutecluster {
    grid-column: 5/ 6;
    grid-row: 4 / 5;
    padding-top: 10px;
    padding-left: 100px;
}

.parent2 {
    display: grid;
    padding-top: 80px;
    grid-template-columns: 180px 180px 180px 180px;
    grid-template-rows: 256px 128px 128px 256px 256px;
    padding-bottom: 80px;
}

.rilknote {
    grid-column: 1 / 4;
    grid-row: 1 / 5;
}

.idcard {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    padding-top: 80px;
    padding-left: 50px;
}

.aboutbio {
    grid-column: 1 / 5;
    grid-row: 3 / 5;
    padding-left: 90px;
    padding-right: 90px;
    font-family: "Caveat", cursive;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    line-height: 35px;
}

body.aboutpage {
    background-color: #fffffa;
    opacity: 0.8;
    background-image: linear-gradient(#fff0f9 1.6px, transparent 1.6px), linear-gradient(to right, #fff0f9 1.6px, #fffffa 1.6px);
    background-size: 32px 32px;
    display: grid;
    place-items: center;
}

.backhome {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    padding-top: 110px;
    padding-left: 300px;
}

.homebtn {
    padding: 8px;
    background: linear-gradient(#dcc1cf, white 50%, #dcc1cf 50%, white);
    border-radius:6px;
    border-width: 6px;
    border: solid #8d0856;
    box-shadow: inset 1px 1px #fff;
    font-family: "Inconsolata", monospace;
    font-weight: 300px;
    font-style: normal;
    font-size: 15px;
    width: 150px;
}