body{
    background-image: url(img/ilias-gainutdinov-jIWuKCfKFy4-unsplash.jpg);
    background-size: cover;
    margin: 0;
    padding: 0;
    cursor: url(img/Sword.png), auto;
}

.main-box{          
    background: #fff8ed ; 
    margin: 40px auto;
    box-sizing: border-box;
    width: 1200px;
    height: 800px;
    margin: 30px auto;
    padding: 20px;
    border: 5px solid #7b6960;
    margin-top: 50px;
}
#header{
  margin-bottom: 10px;
  border: 4px solid #7b6960;
  height: 100px;
  text-align: center;
}

#main {
  display: flex; 
  gap: 15px;
}


#left {
  width: 60%;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  border: 4px solid #7b6960 ;
  width: 300px;
  height: 530px;
}
#center{
    width: 60%;
    padding: 10px;
    border: 4px solid #7b6960 ;
    width: 810px;
    height: 520px;
    text-align: center;
    overflow: auto;

}
#ctop{
   border: 4px solid #7b6960 ;
   width: 320px;
   height: 100px;
   text-align: center;
   margin-top: 3px;

}
#cbottom{
    width: 60%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    border: 4px solid #7b6960 ;
    width: 300px;
    height: 415px;
    margin-top: 15px;

}


#footer{
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 4px solid #7b6960 ;
    margin-top: 15px;
    height: 50px;
}

@font-face {
    font-family: basic;
    src: url(fontes/basiic.ttf);
}
@font-face {
    font-family: glamour;
    src: url(fontes/Basiic\ Style\ Sans.ttf);
}

h1{
    color: #271d2c ;
    text-align: center;
    font-family: glamour;
    font-size: 30px;
    letter-spacing: 1px;
}
p{
    font-family: glamour;
    color: #271d2c;
    font-weight: 100px;
    font-size: 1.3rem;
    text-align: center;
}
h2{
    color: #271d2c;
    font-family: glamour;
    font-size: 90px;
    margin-top: 4px;
    letter-spacing: 1px;

}
a{
    font-family: glamour;
    color: #271d2c;
    font-weight: 100px;
    font-size: 1.4rem;
    text-align: left;
    text-decoration: none;
    cursor: url(img/Sword.png), auto;
    transition: transform 0.3s ease;

}
h3{
  color: #271d2c;
  text-align: center;
  font-family: glamour;
  font-size: 30px;
  letter-spacing: 1px;
}
p4{
    color:#271d2c;
    text-align: center;
    font-size: 1rem;
    font-family: glamour;
}

#imagens{
  height: 200px;
  float: left; 
  padding-right: 10px;
}
h5{
  font-size:20px;
  font-family: glamour;
  color: #271d2c;
  margin-bottom: 0px;
  margin-top:0px;

}
#rec{
  text-align: left;
  font-size: 1.1rem;
  font-family: glamour;
  color: #271d2c;
  margin-bottom: 10px;

}
#animes{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 0%;

}
#animecards{
  text-align: center;
  margin-top: 0%;
}
#animeimg{
  height: 185px;
  margin-top: 0px;
  width: 125px;

}
#score{
  font-size: 1.1rem;
  margin-top: 0px;
}
#box{
  background: #ffffff ; 
  margin: 10px auto;
  padding: center;
  box-sizing: border-box;
  width: 450px;
  height: 290px;
  padding: 20px;
  border: 5px solid #7b6960;
  overflow:auto;
}
.now-song {
  font-size: 10px;
  margin-top: 4px;
  color: #333;
}
.img-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-hover:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.gif-hover{
  transition: transform 0.3s ease;
}
.gif-hover:hover{
  transform: scale(1.1);
}
#books{
  text-align: center;
  margin-top: 0%;
}
#books img{
  height: 150px;
  margin-top: 0px;
  width: 100px;
  gap: 15px;

}
h0{
  color: #271d2c ;
  text-align: center;
  font-family: glamour;
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 0px;

}

.balao {
  position: relative;
  background: #fffdcb;
  color: #000000;
  padding: 12px 16px;
  border-radius: 12px;
  width: fit-content;
  max-width: 300px;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #1a1919;
}

.balao::before {
    content: "";
    position: absolute;
    top: 15px;    
    left: -10px;  
    width: 0;
    height: 0px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 10px solid #fffdcb;
}



.mensagem {
  display: flex;
  align-items: flex-start;
}

.avatar {
  width:auto;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

a:hover {
  color: #e01f3f;
  transform: scale(1.1);
}
.gallery-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px auto;
  max-width: 400px;
}

.gallery-carousel img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 2px solid #7b6960;
  border-radius: 10px;
}

.gallery-carousel button {
  background-color: #7b6960;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
}

.gallery-carousel button:hover {
  background-color: #e01f3f;
  cursor: url(img/Sword.png), auto;
}
.cliques{
  margin-left: 10px;
  gap:7px;
  transition: transform 0.3s ease;
}
.cliques:hover{
  transform: scale(1.1);
}
.music-box {
  margin-top: 15px;
  width: 150px;
  background: #fff8ed;
  border: 2px solid #7b6960;
  text-align: center;
  margin-left: 15px;
  padding:6px;
}

#mb-title {
  font-size: 15px;
  font-family: glamour;
  margin-bottom: 4px;
  color: #271d2c;
}
#left button:hover{
  color: #e01f3f;
  transform: scale(1.1) ;
}



