@font-face{
    font-family:'VT323';
    src:url('fonts/VT323-Regular.ttf') format('truetype');
}

body{
    margin:0;
    background-color:#000;
}

.main{
    /* width:100vw; */
    margin:20px;

     border:1px solid #e0e0e03e;
    image-rendering: pixelated;
    background-color:#000;
    box-shadow: 0 0 1px 1px #ffffff1a;
    color:#fff;

    padding:15px;
    margin-right:8px;
    margin-top:8px;
    margin-left:8px;

    border-top: 2px solid #ffffff7d;    
    border-left: 2px solid #ffffff9d;   
    border-bottom: 2px solid #5d5d5d7f; 
    border-right: 2px solid #5d5d5d7c;
}

.main-header{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;

    border:1px solid #e0e0e03e;
    image-rendering: pixelated;
    background-color:#111;
    box-shadow: 0 0 1px 1px #ffffff1a;
    color:#fff;

    padding:15px 30px;
    padding-right:30px;
    margin-right:16px;
    margin-top:16px;
    margin-left:16px;

    border-top: 2px solid #ffffff7d;    
    border-left: 2px solid #ffffff9d;   
    border-bottom: 2px solid #5d5d5d7f; 
    border-right: 2px solid #5d5d5d7c;  

    box-shadow: 
    inset 0px 0px 0px 1px #d2d2d2, 
    inset 0px 0px 0px 2px #525252;
}

.header-title span{
    font-family:'VT323', monospace;
    font-size:36px;
    color:#ffffff;
    text-shadow:
    0 0 5px rgba(167, 165, 165, 0.491),
    0 0 10px rgba(255, 255, 255, 0.2),
    0 0 15px rgba(255, 255, 255, 0.3) ;
}
.header-info{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
}

.info-text{
    font-family:'VT323', monospace;
    font-size:12px;
    font-weight:600;
    text-shadow:2px 2px #444;
}

.header-text:hover{
    text-decoration:underline;
}

.header-logo{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;

    gap:50px;
}

.header-logo-image{
    width:150px;
    height:45px;
}

.header-gif{
    height:60px;
}

.header-image{
    height:70px;
    height:75px;
}

.header-rightside{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;

    gap:50px;
}

.divider{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;

    width:100%;
    margin:0;
    margin-top:20px;
}

.thorndivider{
    width:960px;
}

.main-body{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-start;

    border:1px solid #e0e0e03e;
    image-rendering: pixelated;
    background-color:#000;
    box-shadow: 0 0 1px 1px #ffffff1a;
    color:#fff;

    padding:15px 30px;
    padding-right:50px;
    margin-right:16px;
    margin-top:16px;
    margin-left:16px;

     border-top: 2px solid #ffffff7d;    
    border-left: 2px solid #ffffff9d;   
    border-bottom: 2px solid #5d5d5d7f; 
    border-right: 2px solid #5d5d5d7c;  

    box-shadow: 
    inset 0px 0px 0px 1px #d2d2d2, 
    inset 0px 0px 0px 2px #525252;

}

.main-body-frame{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    

    gap:30px;

    border:1px solid #e0e0e03e;
    image-rendering: pixelated;
    background-color:#111;
    box-shadow: 0 0 1px 1px #ffffff1a;
    color:#fff;

    padding:15px 30px;
    padding-right:50px;
    margin-right:8px;
    margin-top:8px;
    margin-left:8px;

     border-top: 2px solid #ffffff7d;    
    border-left: 2px solid #ffffff9d;   
    border-bottom: 2px solid #5d5d5d7f; 
    border-right: 2px solid #5d5d5d7c;  

    box-shadow: 
    inset 0px 0px 0px 1px #d2d2d2, 
    inset 0px 0px 0px 2px #525252;
}

.main-rightside{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;

    gap:20px;
}

.main-notes{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    gap:200px;

    margin-bottom:20px;
}

.notes{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    gap:0;
}

.notes:hover{
    transform:scale(1.05);
}
.random{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    gap:0;
}

.random:hover{
    transform:scale(1.05);
}

.notes-random-text{
    font-family:'VT323', monospace;
    font-size:22px;
}
.notes-random{
    width:200px;
    height:200px;
}

.welcome-text{
    font-family:'VT323', monospace;
    font-size:26px;
}

.info-text{
    text-align:flex-start;
    font-size:23px;
    font-family:'VT323', monospace;
}

.frame-image{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    width:400px;
    height:400px;

    border:1px solid #e0e0e03e;
    image-rendering: pixelated;
    background-color:#111;
    box-shadow: 0 0 1px 1px #ffffff1a;
    color:#fff;

    padding:15px 30px;
    padding-right:132px;
    padding-left:132px;
    margin-right:8px;
    margin-top:8px;
    margin-left:8px;

    border-top: 2px solid #ffffff7d;    
    border-left: 2px solid #ffffff9d;   
    border-bottom: 2px solid #5d5d5d7f; 
    border-right: 2px solid #5d5d5d7c;  

    box-shadow: 
    inset 0px 0px 0px 1px #d2d2d2, 
    inset 0px 0px 0px 2px #525252;
}

.personal-image{
    width:400px;
    height:400px;
}

.stickers{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;

    gap:20px;

}

.leftbar-frame-image{

    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:flex-start;
    border:1px solid #e0e0e03e;
    image-rendering: pixelated;
    background-color:#000;
    box-shadow: 0 0 1px 1px #ffffff1a;
    color:#fff;



    /* padding:15px 30px; */
    /* margin-right:8px;
    margin-top:8px;
    margin-left:8px; */

    border-top: 2px solid #ffffff7d;    
    border-left: 2px solid #ffffff9d;   
    border-bottom: 2px solid #5d5d5d7f; 
    border-right: 2px solid #5d5d5d7c;  

    box-shadow: 
    inset 0px 0px 0px 1px #d2d2d2, 
    inset 0px 0px 0px 2px #525252;
}

.leftbar{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    gap:30px;

    border:1px solid #e0e0e03e;
    image-rendering: pixelated;
    background-color:#111;
    box-shadow: 0 0 1px 1px #ffffff1a;
    color:#fff;

    margin-top:8px;
    height:748px;

    border-top: 2px solid #ffffff7d;    
    border-left: 2px solid #ffffff9d;   
    border-bottom: 2px solid #5d5d5d7f; 
    border-right: 2px solid #5d5d5d7c;  

    box-shadow: 
    inset 0px 0px 0px 1px #d2d2d2, 
    inset 0px 0px 0px 2px #525252;
}

.leftbar-image{
    width:70px;
    height:70px;
    border-radius:3px;

    margin-left:5px;
    margin-top:5px;
}

.musictape{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    font-family:'VT323', monospace;
    font-size:17px;
    gap:10px;
}

.musictape:hover .animated-tape{
    text-decoration:underline;
    opacity:1;
    transform:scale(1.05);
}

.musictape:hover .tape-text{
    text-decoration:underline;
    transform:scale(1.05);
}

.animated-musictape{
    width:99px;
    height:56px;
    position:relative;
}

.animated-musictape img{
    position:absolute;
    width:100%;
    height:100%;
}

.animated-musictape .animated-tape{
    opacity:0;
}

.animated-musictape:hover .tape{
    opacity:0;
} 

.leftbar-frame-infos{
    display:flex;
    flex-direction:column;
    align-items:flex-start;

    gap:3px;
    margin-top:5px;
    margin-left:5px;
    margin-right:7px;
}

.infos-style{
    font-size:12px;
    font-family:'VT323', monospace;
    text-shadow:2px 2px #147412;
}
.links-leftbar{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;

    gap:10px;
    margin-bottom:60px;
}

.stickers-leftbar{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-end;

}

.stats{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;

    gap:3px;
}

.stats-text{
    font-family:'VT323', monospace;
    font-size:15px;
    text-shadow:#147412;
}

.books-leftbar{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    font-family:'VT323', monospace;
    font-size:17px;
}

.books-leftbar-image{
    display:flex;
    margin-left:20px;
}

.books-leftbar:hover{
    transform:scale(1.05);
    text-decoration:underline;
}

.image-leftbar-size{
    width:99px;
    height:99px;
}

.eye-leftbar{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    font-family:'VT323', monospace;
    font-size:17px;

    margin-top:17px;
    gap:10px;
}

.eye-leftbar:hover{
    transform:scale(1.05);
    text-decoration:underline;
}

.eye-leftbar-image{
    width:99px;
    height:56px;
}

.notes-leftbar{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    font-family:'VT323', monospace;
    font-size:17px;
}

.notes-leftbar-image{
    width:99px;
    height:99px;

    margin-top:17px;
}

.notes-leftbar:hover{
    transform:scale(1.05);
    text-decoration:underline;
}

.sims-leftbar{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    font-family:'VT323', monospace;
    font-size:17px;
    gap:20px;
}

.sims-leftbar-image{
    width:70px;
    height:70px;

    margin-top:17px;
}

.sims-leftbar:hover{
    transform:scale(1.05);
    text-decoration:underline;
}

.music-page-link{
    text-decoration:none;
    color:#fff;
}

/* Remove a linha roxa e deixa a imagem nítida */
  a[href*="imood"] {
    text-decoration: none;
  }
  img[alt="mood"] {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    max-width: 80px; /* Ajuste o tamanho se necessário */
  }