@font-face {
  font-family: pixel;
  src: url(fonts/PixelForge.otf);
}

@font-face {
  font-family: inked;
  src: url(fonts/inkedgod.ttf);
}

@font-face {
  font-family: centrion;
  src: url(fonts/centrion.ttf);
}


@font-face {
  font-family: yoshiro;
  src: url(fonts/yoshiro.otf);
}

* {
    color: var(--text-color);
    font-family: pixel;
}



.titulo {
    font-family: inked;
    font-size: x-large;
    z-index: 1;
}

p {
    font-size: medium;
}

.titulo, p {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 1.1;
}

.titulo::after {
    content: " ";
    white-space: pre;
}





.page {
    font-family: inked;
    font-size: 125px;

    position: fixed;
    z-index: 11;

    top: -100px;
    left: 450px;
    transform: rotate(15deg);

    text-shadow:
        4px 4px 0 #fff,
        2px 0 0 #fff,
        0 2px 0 #fff,
        -1px 0 0 #fff,
        0 -1px 0 #fff;
}


* {

    box-sizing: border-box;

}

html,

body {

    margin: 0;

    padding: 0;

}



body {

    background-image: url("images/layout/4.png");

    background-repeat: repeat;

}

.site {
    border: 5px solid #e5d9eb;
    width: 1100px;
    height: 1100px;

    margin: 30px auto;
    padding: 30px;
    box-sizing: border-box;

    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.4)
        ),
        url("images/layout/1.png");

    display: flex;
    flex-direction: column;
    gap: 15px;

    transform: scale(0.55);

    border-radius: 30px 5px 30px 5px;
}


.topo {
    display: flex;
    gap: 20px;

    width: 100%;
    flex: 1;
}


.sidebar {
    width: 400px;
    height: 730px;
    flex-shrink: 0;
    background-image: url(images/layout/3.jpg);

    border: 3px solid #e5d9eb;
    border-radius: 30px 5px 30px 5px;
}

.central {
    flex: 1;
    min-width: 0;
    height: 750px;

    position: relative;
    z-index: 1;

    padding: 115px;
    box-sizing: border-box;
}



.central::before {
    content: "";

    background-image: url("images/layout/papel.png");
    background-size: 70% 90%;
    background-repeat: no-repeat;

    position: absolute;

    width: 900px;
    height: 850px;

    top: 0px;
    left: 0px;

    z-index: -1;
}









.caixa-baixo {
    width: 100%;
    height: 275px;
    flex-shrink: 0;
    background-image: url(images/layout/3.jpg);
    display: flex;
    flex-direction: row;

    border: 3px solid #e5d9eb;

    border-radius: 30px 5px 30px 5px;
}


.lace {
    border-width: 15px;
    border-style: solid;
    border-image: url("https://static.tumblr.com/yn7vk7p/DfHmp40xm/bo-ha26.gif") 8 fill round;
    filter: hue-rotate(250deg);
    transform: rotate(-15deg);
    padding: 15px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);

}

.lace2 {
    border-width: 15px;
    border-style: solid;
    border-image: url("https://static.tumblr.com/yn7vk7p/DfHmp40xm/bo-ha26.gif") 8 fill round;
    filter: hue-rotate(250deg);
    transform: rotate(10deg);
    padding: 10px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
}


.real::before,

.real::after {

    content: "";

    display: block;

    width: 100%;

    height: 12px;

    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("images/layout/5.png");

    background-repeat: repeat-x;

    background-size: auto 12px;

    background-position: center;

    position: absolute;

    left: 0;

}

.real::before {

    top: 0;

}

.real::after {

    bottom: 0;

}





.uhm {
    border-width: 10px;
    border-style: solid;
    border-image: url("https://static.tumblr.com/yn7vk7p/DfHmp40xm/bo-ha26.gif") 8 fill round;
    text-align: center;
    align-items: center;
    padding: 10px;
    position: relative;
}

.uhm img, 
.uhm button {
    filter: brightness(0.5) sepia(1) hue-rotate(245deg) saturate(100%) contrast(120%);
    
    transition: filter 0.3s ease;
}

.uhm img:hover, 
.uhm button:hover {
    filter: none;
}




.sidebox{
    margin: 10px;
    padding: 15px;
    background-image: url("images/layout/1.png");
    border-radius: 30px 5px 30px 5px;
    
}

.borda {
    border: 10px solid red !important;
}


.teste {
    position: fixed;
    z-index: 11;

    top: 480px;
    left: 30px;

    width: 400px;
    height: 50px;
    background-repeat: repeat-x;
}


.nome {
    font-family: inked;
    font-size: xxx-large;

    position: fixed;
    z-index: 11;

    top: 370px;
    left: 150px;

    text-shadow:
        5px 5px 0 #fff,
        3px 0 0 #fff,
        0 3px 0 #fff,
        -1px 0 0 #fff,
        0 -1px 0 #fff;
}


.teste {
    position: fixed;
    z-index: 11;

    top: 490px;
    left: 30px;

    width: 400px;
    height: 50px;
    background-repeat: repeat-x;
    
}



.roxo {
    text-align: center;
}

.roxo > * {
    filter: brightness(0.5) sepia(1) hue-rotate(245deg) saturate(100%) contrast(120%);
    transition: filter 0.3s ease;
}

.roxo > *:hover {
    filter: none;
}


.caixa {
    position: relative;
    padding: 20px;
    z-index: 0;
    
}

.caixa::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 15px solid;
    border-image: url("https://static.tumblr.com/yn7vk7p/DfHmp40xm/bo-ha26.gif") 8 fill round;
    filter: hue-rotate(250deg);
    pointer-events: none;
    z-index: -1;
}



@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.blink {
  animation: blink 1s infinite;
  color: inherit; 
  font-family: inherit;
}

.rolagem {
    max-height: 180px;
    overflow-y: auto;
    height: auto;
    align-items: center;
}

.real {
    display: flex;
    flex-direction: column;
    gap: 8px;
}




.rolagem2 {
  display: flex;
  align-items: center;
  max-height: 200px;
  max-width: 450px;
  overflow-x: auto;
  gap: 10px;
}

.rolagem2 .kins {
  width: 180px;
  height: 180px;
  object-fit: cover;
  flex-shrink: 0;
}


.kins {
  width: 180px;
  height: 180px;
  object-fit: cover;
}


.lastbox{
    margin: 10px;
    padding: 15px;
    background-image: url("images/layout/1.png");
    display: flex;
    flex-direction: row;
    border-radius: 30px 5px 30px 5px;
}


.page2 {
    font-family: inked;
    font-size: xxx-large;

    position: fixed;
    z-index: 11;

    top:750px;
    left: 0px;
    transform: rotate(-15deg);

    text-shadow:
        4px 4px 0 #fff,
        2px 0 0 #fff,
        0 2px 0 #fff,
        -1px 0 0 #fff,
        0 -1px 0 #fff;
}

.page3 {
    font-family: inked;
    font-size: xxx-large;

    position: fixed;
    z-index: 11;

    top: 750px;
    left: 850px;
    transform: rotate(15deg);

    text-shadow:
        4px 4px 0 #fff,
        2px 0 0 #fff,
        0 2px 0 #fff,
        -1px 0 0 #fff,
        0 -1px 0 #fff;
}

.back{
    width: 230px;
    position: fixed;
    top:-30px;
    left: -30px;
    z-index: 99999;
    transform: rotate(10deg);
}

