body{
    font-family: "DotGothic16", sans-serif !important;
}

.sidebar-title,
.nav-title,
.contact-title{
    font-family: 'hillos', serif;
}
@font-face {
    font-family: 'hillos';
    src: url('https://files.catbox.moe/97xiti.TTF') format('truetype');
}

a{
    color:pink;
    text-decoration:dotted underline;
}
a:hover{
    color:red;
}
::selection{ 
    color:white;
    background-color:pink;
}

@font-face {
    font-family: 'Dancing';
    src:url(https://files.catbox.moe/e7t1ga.ttf);
}    

#container{
    width:805px;
    height:580px;
    margin-top:10px;
    position:absolute;
    left: 50%;
    z-index:1;
    background-image: url("https://files.catbox.moe/twxbv0.gif");
background-repeat: repeat;
    transform: translateX(-50%);
    border:3px pink ridge;
}

#header-content-container{
  backgroung: white;
    float:right;
    width:600px;
    border-top:none;
    border-right:none;
    border-bottom:3px white ridge;
    border-left:5px white ridge;
    height:100%;
}
#sidebar{
    float:left;
    width:197px;
    position:absolute;
    height:100%;  
  background-image: url("https://files.catbox.moe/idlhym.gif");
background-repeat: repeat;
}
#wrapper{
    float:left;
    overflow-y:auto;
    width:100%;
    height:100%;
    margin-top:5px;
}
#main{
    border:4px pink ridge;
    width:525px;
    margin-left:25px;
    padding:10px;
    margin-top:0px;
    height:auto;
  background: white;
}
#rightbar {
    position: absolute;
    right: -180px;
    top: 0;
    width: 180px;
    height: 100%;
    background-color:rgba(100, 100, 100, 0.4);
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 14px;
}
.rightbar-section {
    border: 10px dashed #ccc;
    padding: 5px;
    margin: 5px 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.header-box{
    border-top:0px white ridge;
    border-bottom:0px white ridge;
    background:#fcf0f8;
    text-align:center;
}

.header-table{
    border-collapse: collapse;
    margin: 0 auto;
}
.main-column{
    padding: 0;
    margin: 0;
    border-right:3px white ridge;
    width:74%;
}
.clock{
    font-size: 22px;
    letter-spacing: 3px;
    text-align: center;
    color: #ff9ecb;
    background: white;
    padding: 8px 12px;
    border: 3px #ff9ecb;
    display: inline-block;
}
.flex-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.box-left{
    width: 55%;
    height: 200px;
    background-color: #eee;
    overflow: hidden;
}

.box-right{
    width: 40%;
}

.image-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; /* 🔥 evita espacios raros */
}

.sidebar-title{
    background: linear-gradient(to bottom, #fff9e3 15%, #facab3);
    border: 2px ridge white;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
    color: #AA7F66;
  font-family: hillos;
    font-weight: bold;
    font-size: 10px;
    width: 202px;
}

.sidebar-text{
    font-family: hillos;
    letter-spacing: .5px;
}

.sidebar-box{
    width: 103%;
    height: 100px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.nav-title{
    background: linear-gradient(to bottom, #fff9e3 15%, #facab3);
    border: 2px ridge white;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
    color: #AA7F66;
    font-weight: bold;
    font-size: 12px;
    width: 202px;
}

.nav-text{
    font-family: hillos;
    letter-spacing: .1px;
}

.nav-container{
    padding: 5px;
}

.nav-item{
    background: #fcf0f8;
    display: flex;
    align-items: center;
    justify-content: center; /* 🔥 centra todo */
    gap: 8px;
    padding: 5px;
    margin-bottom: 5px;
}

.nav-item a{
    color: #B58E78;
    text-decoration: none;
    transition: 0.2s;
}

.nav-item a:hover{
    color: #EC9C9D;
}

.stamps-box{
    border: 2px ridge white;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 202px;
    text-align: center;
}

.stamps{
    width: 100%;
    margin-top: 10px;
}

.stamps img{
    height: 20px;
    margin-right: 5px;
}

.contact-title{
    background: linear-gradient(to bottom, #fff9e3 15%, #facab3);
    border: 2px ridge white;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
    color: #8bb8d2;
    font-weight: bold;
    font-size: 20px;
    width: 202px;
}

.contact-text{
    font-family: times;
    letter-spacing: .5px;
}

.contact-box{
    padding: 5px;
}

.contact-item{
    display: flex;
    align-items: center;
    gap: 6px;
}

.contact-item img{
    width: 15px;
    height: 13px;
}

.contact-deco{
    margin-top: 5px;
}