h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    color: white;
}

.header-sub {
    text-decoration: underline;
}

p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    color: white;
}

a {
    text-align: center;
    display: block;
    color: white;
}

a:link {
    text-decoration: none;
}

body {
    background-image: url(images/aespa.webp);           
    background-repeat: no-repeat;
    background-color: black;
    background-size: 1920px 1080px;
    background-attachment: fixed;
}

h3 {
    color: white;
    text-align: center;
}

pre {
    color: white;
    text-align: center;
}

.div-list {
    text-align: center;
}

UL.list {
    margin-top: 0;
    color: white;
    display: inline-block;
    text-align: left;
    margin: 0;
    list-style-type: square;
    list-style-image: url(images/aespa-bullet.png);
}

#main-div {
    max-width: fit-content;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.image-div {
    display: inline-block;
    width: 200px;
    height: 160px;
    margin: 3px;
}

.image {
    width: 200px;
    border: solid;
    border-width: 3px;
    border-color: #5F6465;
}

.image:hover {
    border-style: inset;
    opacity: 90%;
}

.member-name{
    font-weight: bold;
    font-size: 15px;
}
