@font-face {
    font-family: "fleur";
    src: url(FleurDeLeah-Regular.ttf);
}

@font-face {
    font-family: "vintage";
    src: url(UnifrakturMaguntia-Regular.ttf);
}

@font-face {
    font-family: "astloch";
    src: url(Astloch-Regular.ttf);
}

@font-face {
    font-family: "astlochbold";
    src: url(Astloch-Bold.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    font-family: "astloch";
    font-size: 1em;
    text-decoration: none;
    background: linear-gradient(45deg, #462903, #000000, #462903);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    position: relative;
}

a:hover {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(45deg, #ff0000, #ff7f00, #572e07);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6),
        0 0 20px rgba(255, 255, 255, 0.4);
    animation: glow-hover 1s ease-in-out infinite alternate;
}

a:visited {
    color: #6a5acd;
    text-decoration: underline;
    background: none;
    -webkit-text-fill-color: #6a5acd;
}

@keyframes glow-hover {
    from {
        text-shadow: 0 0 5px #ff8c00, 0 0 10px #ff0080, 0 0 15px #1e90ff;
    }

    to {
        text-shadow: 0 0 15px #ff8c00, 0 0 20px #ff0080, 0 0 30px #1e90ff;
    }
}

body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #c9baad;
    background-image: url("https://www.transparenttextures.com/patterns/elastoplast.png");
    padding: 1rem;
}

header {
    background-color: transparent;
    font-family: "vintage";
    font-size: 80px;
    color: rgb(67, 54, 54);
    padding: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    text-shadow: -1px -1px 0 #F2E9E4, 1px -1px 0 #F2E9E4, -1px 1px 0 #F2E9E4, 1px 1px 0 #F2E9E4;
    -webkit-text-stroke: 2px #000000;
    filter: drop-shadow(0px 1px #9a8c98) drop-shadow(0 -1px #9a8c98) drop-shadow(1px 0 #9a8c98) drop-shadow(-1px 0 #3f1f03);
}

.container1 {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    /* Espaçamento entre os elementos */
    align-items: flex-start;
    /* Alinha os itens ao topo */
}

.bold {
    font-family: "astlochbold";
}

.sidebar {
    background-color: #c8c8c8;
    border-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAAXNSR0IArs4c6QAAAVtJREFUWEftmDEWAjEIRHd7D2Dl/c9l5QHstYoFK/6BTV7Ce26bDUwGBkj2rci3F8G5HYA+7s/XN/DX2+XnoUbvqwfUY8Sya5lt+zzGvfWovw+j0Y3tANOANmYsAGJm9L4Do6MdepEgYtKh9ww3IJTL0VSrB9SGhNTeq1Go9bdbHc0CTwMlh2pukR3qdHZ/uNcvC5TKBjFn17P2kNGsYe8AWXsoJqqHZxn1qo31Ww8oDRfqEEIMq6G3/7m9Xs0xApYVkwzUliFvWOkF1M4If6Aqs1kt4DxKIVEBRsXohl6tZyojUTF6mmh26tVRlYHejKr26vZ6EseyY57XWehAtH56cFavBgREXVf9oeptHVUBqP+Fgaq5Rz1fnRGi/rrd66lh0IOFF4FGDLZQlcHRT0F1gZIIoncoegVU/aVzVJ2GugP1xKCWJ7XMqA0kfAtdFijlzKx1nJ5mAbN+3ydAgEnzSuw3AAAAAElFTkSuQmCC') 14 / 14px / 0 round;
    border-width: 14px;
    border-style: solid;
    font-family: "astloch";
    font-size: 20px;
    color: rgb(0, 0, 0);
    width: 250px;
    padding: 2rem;
    height: auto;
    min-height: fit-content;
    overflow-y: visible;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    flex-shrink: 0;
}

.content {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
    background-image: url(tiny_grid.png);
    border-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFaADAAQAAAABAAAAFQAAAAAIGxIOAAAAi0lEQVQ4Ee2Q0Q6AIAgA+f+fLlzjYkQ6Rr7VZp4KJyIicugY39fzPuFVb/9vL6bSTht8biqs1kt1mggDVVuIxwP4W0Lwapk6/OZKMDvHA2i051lyPPN5MBCji2s8gAo8V3w+DwYqpiQWD/BXmrSptEUrgZ09tUuq83iS5dxQeuh78ENsG92ZSrsi8k+qGWeZuDa6+AAAAABJRU5ErkJggg==') 7 / 7px / 0 round;
    border-width: 7px;
    border-style: solid;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        flex-shrink: 1;
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

a {
    font-family: "astloch";
    font-size: 1em;
    text-decoration: none;
    background: linear-gradient(45deg, #462903, #000000, #462903);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    position: relative;
}

a:hover {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(45deg, #ff0000, #ff7f00, #572e07);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6),
        0 0 20px rgba(255, 255, 255, 0.4);
    animation: glow-hover 1s ease-in-out infinite alternate;
}

a:visited {
    color: #6a5acd;
    text-decoration: underline;
    background: none;
    -webkit-text-fill-color: #6a5acd;
}

iframe {
    max-width: 100%;
    height: 300px;
    border: none;
}

td {
    text-align: center;
    padding-bottom: 50px;
}

.iframe-container {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-top: 20px;
}

@font-face {
    font-family: "play";
    src: url(PlaywriteDKUloopet-VariableFont_wght.ttf);
}

.header {
    font-family: "play";
    font-size: 14px;
}