/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
@font-face {
  font-family: "Retro"; /* set name */
  src: url('Retro_Gaming.ttf'); /* url of the font */
}
h1{
  text-align: center;
  font-size: 500%;
}
body {
  background-color: black;
  color: white;
  font-family: Retro;
  
}
.legenda{
  width: 230px;
  border: 5px solid white;
  height: 330px;
  overflow: auto;
  padding-right: 0%;
  padding-top:0px;
  padding-bottom: 0;
  margin-left:10px;
}
.title{
  color: black;
  font-size: 110%;
  text-align: center;
  line-height: 0px;
  
}
.subsection{
  font-size: 110%;
}
.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 10px; /* Remove margins */
}
li{
  margin-top:10px;
}

.separator{
width:100%;text-align:left;
margin-left:0;
margin-right: 0;
height: 2px;
background-color: white;
}

.Cbox{
  display: flex;
  column-gap: 10px;
  border-top: 10px solid white;
  border-left: 10px solid white;
  border-right: 10px solid white;
  align-content: center;
  padding: 0px;
  margin-top:-25px;
  width: 1600px;
  justify-self: center;
  padding-top: 10px;

}

.titleboxleg{
  background-color: white;
  height:30px;
  width: 240px;
  margin-left:10px;
  margin-top:0;
  margin-bottom: 0;
  padding: 0;
}

.travel{
  display: grid;
  column-gap: 5px;
  width: 230px;
  height: 250px;
  border: 5px solid white;
  margin-left:10px;
  margin-bottom:10px;
}
.legGrid{
  display: grid;
  grid-template-rows:auto auto auto auto;
  grid-template-columns: auto;
}

::-webkit-scrollbar {
  width: 10px;
  border-right: 2px solid black;
  
}

/* Track */
::-webkit-scrollbar-track {
  background: black;
  border-right: 2px solid black;
  
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: white;
  border-right: 2px solid black;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: white;
}

.textbox{
  border:5px solid white;
  justify-self: center;
  margin-bottom: 10px;
  padding:20px;
  width: 950px;
 
}
.textinbox{
  font-size: 125%;
  text-align: center;
}
.container{
  display: flex;
  flex-direction: column;
  justify-self: center;
}
.musiccontainer{
  border-bottom: 10px solid white;
  justify-self: center;
  height: 50px;
  border-left: 10px solid white;
  border-right: 10px solid white;
  padding:0px

}
.musicbox{
  border: 5px solid white;
  justify-self: center;
  width: 1570px;
  height: 30px;
  align-content: center;
}
.skeleton{
 display: flex;
 justify-content: center;
}
.t{
  font-size: 400%;
  text-align: center;
  line-height: 20px;
}
.musictitle{
  text-align: center;
  line-height: 0;
  font-size: 75%;
}
.othercontainer{
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.guestbook{
  border-left:5px solid white ;
  border-right: 5px solid white;
  width: 310px;
  height: 350px;
  overflow: auto;
}
.guestbooktitle{
  background-color: white;
  height:30px;
  width: 320px;
  margin-top:0;
  margin-bottom: 0;
  margin-right:10px;
  padding: 0;
}
.gifbox{
  border:5px solid white;
  width: 320px;
  width: 310px;
  height: 240px;
  margin-bottom:10px;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
  



