a{
    color: red;
}
a:hover{
    color: black;
}
a.class1:link, a.class1:visited, a.class1:active{
    color: red;
    text-decoration: underline;
    text-decoration-color: white;
}
a.class1:hover {
    color: white;
    text-decoration-color: red;
}
a.class2:link, a.class2:visited, a.class2:active {
color: black;
text-decoration : underline;
    text-decoration-color: red;
}
a.class2:hover{
    color: red;
    text-decoration: underline;
    text-decoration-color: black;
}
a.class3{
    color: yellow;
}
a.class3:hover{
    color: white;
}
p.center{
    text-align: center;
    text-indent: 5%;
}
p{
    text-align: left;
    text-indent: 5%;
}
.red{
    color: red;
}
h1{
    font-size: x-large;
    text-align: center;
}
.listimage{
    list-style-image: url(images/.fav_redcross.webp);
}
.listimage1{
    list-style-image: url(images/.fav_guitar.webp);
}
.listimage2{
    list-style-image: url(images/.fav_bleedingheart.webp);
}
.listimage3{
    list-style-image: url(images/.fav_fire.webp);
}
.zoom:hover{
  transform: scale(1.1)
}

body{
    background-image: url(/hellbound/images/background.jpg);
    background-color: black;
    text-align: center;
    padding : 0; 
    font: garamond, bold;
    color: white;
    margin: 3%;
}

.flex-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#main{
    align-content: center;
    display: flex;
    flex-direction: column;
    background-color: darkred;
    background-image: linear-gradient(to top, rgba(255,23,0,1), rgba(33,0,0,1));
    width: 65%;
    height: 1100px;
    border: ridge 5px;
    box-shadow: 1px 1px 40px 1px black;
}

#header{
    height: fit-content;
    background-color: black;
}

#navbar {
background: black;
color: white;
width: 100%;
letter-spacing: 1px; 
font: 18px/40px garamond,bold;
}

#navbar td a {
display: block;
width: 100%;
text-align: center;
color: white; 
text-decoration: none;
}

#navbar td a:hover {
    background-color: darkorange;
    background-image: linear-gradient(to top left, rgba(255,23,0,1), rgba(33,0,0,0));
    color: black;
}

#top{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 3% 0%;
    justify-content: space-evenly
}

#description{
    width: 60%;
    text-align: left;
    margin: 0% 3%;
    color: black;
    background-color: whitesmoke;
    border: solid 5px black;
    padding: 0% 2%;
}

#descriptionpic{
    box-shadow: 1px 1px 15px 5px black;
    margin: 3% 0%;
}
#divider{
    background-color: black;
}
#lists{
    display: flex;
    flex-direction: row;
    padding: 0% 5%;
    overflow-y: auto;
}

#characters{
    flex-grow: 3;
    text-align: left;
    height: fit-content;
    margin: 5% 2%;
    color: black;
    background-color: whitesmoke;
    border: solid 5px black;
    font-size: large;
}

#otherbands{
    display: flex;
    flex-direction: column;
    margin: 5% 2%;
}

#hearts{
    flex-grow: 1;
    text-align: left;
    height: fit-content;
    width: 100%;
    margin: 5% 2%;
    color: black;
    background-color: whitesmoke;
    border: solid 5px black;
}

#arson{
    flex-grow: 1;
    text-align: left;
    height: fit-content;
    width: 100%;
    margin: 5% 2%;
    color: black;
    background-color: whitesmoke;
    border: solid 5px black;
}

#stamps{
    flex-grow: 1;
    text-align: left;
    height: fit-content;
    width: 100%;
    margin: 5% 2%;
    color: black;
    background-color: whitesmoke;
    border: solid 5px black;
}

#side{
    margin-left: 3%;
    width: 30%;
}

#playlists{
    background-color: darkorange;
    width: 100%;
    height: fit-content;
    border: ridge 5px;
    padding: 0% 3%;
    color: black;
    background-image: linear-gradient(to top left, rgba(255,23,0,1), rgba(33,0,0,0));
    box-shadow: 1px 1px 20px 1px black;
}

#updates{
    background-color: darkorange;
    width: 100%;
    height: 30%;
    margin-top: 10%;
    overflow-y:auto;
    border: ridge 5px;
    color: black;
    text-align: left;
    padding: 0% 3%;
    background-image: linear-gradient(to top left, rgba(255,23,0,1), rgba(33,0,0,0));
    box-shadow: 1px 1px 20px 1px black;
}

#hot{
    border-radius: 50%;
    background-color: yellow
}

#banner{
    margin: 5% 0%;
    width: 100%;
    height:fit-content;
    padding: 10% 0%;
    background-color: black;
    border-radius: 100%;
    box-shadow: 1px 1px 20px 1px black;
    align-content: center;
    text-align: center;
}