/* Index and default page style */


/* Basic page style */

body {
    font-family: Times, serif;
    line-height: 1.6;
    color: #FFFFFF;
    background-color: #000000;
    text-align: left;    
}


/* Basic header 1 style */

h1 {
    text-align: center;
}


/* Basic header 2 style */

h2 {
    text-align: center;
}


/* Basic link styles */

a:link {
    color: #A91B0D; /* Color for unvisited links */
    text-decoration: underline; /* Underline for links */
}


/* Visited link */
a:visited {
    color: #676767; /* Color for visited links */
}


/* Hover state */
a:hover {
    color: #FFFFFF; /* Color when hovered */
    text-decoration: none; /* Remove underline on hover */
}


/* Focus state */
a:focus {
    outline: 2px solid #A91B0D; /* Outline for keyboard navigation */
}


/* Active state */
a:active {
    color: #800808; /* Color when the link is clicked */
}


/* Index image 1 */

.image1 {
    display: block;
    margin: auto;
    width: 500px;
    height: 331px;
}


/* Black Metal Is Dead image 1, 2:3 */

.image2 {
    display: block;
    margin: auto;
    width: 300px;
    height: 450px;
}


/* Burning the Black Flame image 1, 1:1 */

.image3 {
    display: block;
    margin: auto;
    width: 350px;
    height: 350px;
}   
  

/* Kvltist image 1 */

.image4 {
  display: block;
  margin: auto;
  width: 450px;
  height: 300px;
}
