 @font-face {
  font-family: 'tlakah';
  src: url(https://abridayy.neocities.org/tlakah.ttf);
  }
  
body {
  background-color: #FA8C1D;
  font-family: 'tlakah';
  color: #1CADE4;
  margin: 15px;
  }
  
/*scrollables*/
  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #66C4AC;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1CADE4;
}
  ::-webkit-scrollbar-corner {
  background: #154BA3;
}
center {
  text-align: center;
}

.wrapper {
  width: 100%;
}
.center {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
/*-------everything inside----*/
.header {
  height: 50px;
  width: 100%;
  background: #154BA3;
  border: 8px solid #1CADE4;
}
.music-content {
  width: 99.8%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-content: stretch;
  gap: 15px;
}
/*----individual columns n everything inside of tghem----*/
.column-1, .column-2, .column-3 {
  width: 620.3px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.favorites, .concerts, .recent-albums, .albums, .playlists, .blinkie-carousel, .stamp-carousel, .vynils, .song-of-the-month{
  background-color:#154BA3;
  border: 5px solid #1CADE4;
  box-shadow: 1px 4px 5px -2px #993a00;
  text-shadow: 0px -1px #00348a;
}
/*-------every individual thinbg-----*/
/*--taskbar title--*/
.top-title h3 {
 margin: 0 auto;
}
.top-title {
  height: 20px;
  padding: 10px;
  border-bottom: 5px solid #1CADE4;
  background: #1CADE4;
  color: #154BA3;
	background-image: linear-gradient(#2971e6, #1CADE4, #0493c9);
}
/*insides*/
.insides, .insides-favs {
  padding: 10px;
}
.insides, .insides-favs p{
  margin: 0 auto;
}
.insides-favs {
  display: grid;
  grid-template-columns: 1fr, 1fr, 1fr;
  grid-auto-rows: 200px;
  gap: 10px;
  grid-template-areas:
  "box-1 box-5"
  "box-3 box-4"
  "box-2 box-6"
}
.bands, .songs, .fav-albums, .genres, .i-hate {
  background-color: #66C4AC;
}
.fav-lyrics {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 200px;
}
.lyrics-content, .lyrics-img-decoration {
  background: #66C4AC;
}
.lyrics-content {
  height: 120px;
  background: #66C4AC;
}
.lyrics-img-decoration {
  height: 80px;
  background: #385A4A;
}
.songs {
}
/*--left shoulder-*/
.column-1 {
}
.favorites {
  
}
.concerts {
  height: 400px;
}
/*--middle-*/

.column-2-row1, .column-2-row2 {
  width: 310.15px;
}
/*carousel*/ 

.blinkie-carousel {
  height: 30px;
  display: flex;
  overflow-x: auto;
}
.stamp-carousel {
  height: 55px;
  display: flex;
  overflow-x: auto;
}
.blinkie-carousel::-webkit-scrollbar {
  display: none;
}
.stamp-carousel::-webkit-scrollbar {
  display: none;
}
.spinning {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  animation: spin 40s infinite linear;
  padding-right: 5px;
}
@keyframes spin {
  from {translate: 0;}
  to {translate: -100%;}
}
.column-2 {
 display: flex;
 flex-direction: column;
 gap: 10px;
}
.bullshit {
 display: flex;
 flex-direction: row;
 gap: 10px;
}
.column-2-row1 {
 display: flex;
 flex-direction: column;
 gap: 10px;
}
.column-2-row2 {
 display: flex;
 flex-direction: column;
 gap: 10px;
}
.recent-albums {
 height: 280px;
}
.playlists {
 height: 190px;
}
.song-of-the-month {
 height: 180px;
}
.stamps {
 height: 50px;
}
/*--albums-*/
.column-3 {
}

/*---albums top taskbar--*/
.albums {
 height: 560px;
 border: 5px solid #1CADE4;
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
}
/*---vynils--*/

.vynils {
 height: 410px
}
/*------navigation-----*/
.navigation {
  padding: 3px;
  background: #FA8C1D;
  height: 30px;
  width: 98.8%;
  border: 5px solid #154BA3;
  box-shadow: 1px 4px 5px -2px #993a00;
  text-shadow: 0px -1px #00348a;
}
.navigation p{
  float: left;
  font-weight: bold;
  font-size: 1.16em;
  padding: 0px;
  border: none;
  margin: -0.5px;
  margin-left: 10px;
  margin-top: 5px;
  color: #154BA3;
}
.navigation ul{
  float: left;
  margin: -0.5px;
  margin-right: 10px;
  margin-top: 5px;
  z-index: 99;
  color: #154BA3;
}
.navigation ul li {
  float: left;
  list-style: none;
  position: relative;
  z-index: 98;
  margin-left: 10px;
  margin-right: 10px;
  color: #154BA3;
}
.navigation ul li a{
  display: block;
  font-weight: bold;
  font-size: 1.16em;
  border: none;
  text-decoration: none;
  z-index: 98;
  color: #154BA3;
}
.navigation ul li ul {
  display: none;
  position: absolute;
  background-color: #FA8C1D;
  width: 150px;
  padding: 0px;
  z-index: 99;
  color: #154BA3;
}
.navigation ul li:hover ul{
  display: block;
  z-index: 99;
}
.navigation ul li ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -10px;
  margin-right: -10px;
  z-index: 100;
}
.navigation ul li ul li a:hover {
  width: 110px;
  max-width: 120px;
  background-color: #1CADE4;
  color: #154BA3;
  z-index: 100;
}
#link1 {
  display: inline-block;
  list-style-type: none;
}
#link1 a {
  text-decoration: none;
}
#linkinsides1 {
  border-bottom: 5px solid #154BA3;
  border-right: 5px solid #154BA3;
  border-left: 5px solid #154BA3;
}
#link2 {
  display: inline-block;
  list-style-type: none;
  border: 0px solid red;
}
#link2 a {
  text-decoration: none;
}
#link3 {
  display: inline-block;
  list-style-type: none;
  border: 0px solid red;
}
#link3 a {
  text-decoration: none;
}

#link4 {
  display: inline-block;
  list-style-type: none;
  border: 0px solid red;
}
#link4 a {
  color:;
  text-decoration: none;
}
#linkinsides4 {
  background-color:;
  border-bottom: 5px solid #154BA3;
  border-right: 5px solid #154BA3;
  border-left: 5px solid #154BA3;
}
#linkinsides4 a{
  color: ;
}
#linkinsides4 :hover{
  background-color: ;
}
#linkinsides4 a:hover{
  color: ;
}
#link5 {
  display: inline-block;
  list-style-type: none;
  border: 0px solid red;
}
#link5 a {
  color:;
  text-decoration: none;
}
#linkinsides5 {
  background-color:;
  border-bottom: 5px solid #154BA3;
  border-right: 5px solid #154BA3;
  border-left: 5px solid #154BA3;
}
#linkinsides5 a{
  color: ;
}
#linkinsides5 :hover{
  background-color: ;
}
#linkinsides5 a:hover{
  color: ;
}
#link6 {
  display: inline-block;
  list-style-type: none;
  border: 0px solid red;
}
#link6 a {
  color: ;
  text-decoration: none;
}
#link7 {
  display: inline-block;
  list-style-type: none;
  border: 0px solid red;
}
#link7 a {
  color:;
  text-decoration: none;
}