body, html {
    margin: 0;
    height: 100%;
    background-color: #192e3d;
}

.parallax-homepage{
    height: 45%;
    width: 100%;
    background-image: url(images/enhypenmembers.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-image {
    width: 250px;
    align-items: center;
    margin-top: 10px;
}

.kpopgroup-img {
    width: 450px;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 5px;
}

#title-div{
    text-align: center;
}

p {
    color: white;
    text-align: center;
    font-family: "Poppins";
}

.info-div {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.info {
    width: 100%;
}

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

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


h2 {
    color: white;
    text-align: center;
    font-family: "Poppins";
}

pre {
    color: white;
    text-align: center;
    font-size: 18px;
    font-family: "Poppins";
}

.div-list {
    max-width: fit-content;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin: none;
    margin-bottom: 30px;
    max-height: 150px;
}

.div-logo {
    display: inline-block;
    width: 200px;
    height: 150px;
    margin: none;
    margin-top: 10px;
}

.sns-logo {
    width: 100px;
    height: 100px;
    margin: none;
    transition-duration: 0.3s;
    overflow: hidden;
}

.sns-logo:hover {
    transition-duration: 0.3s;
    transform: scale(1.1);
}

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

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

.image {
    width: 200px;
    transition-duration: 0.3s;
    border-radius: 5px;
}

.image:hover {
    transform: scale(0.95);
    transition-duration: 0.5s;
}

.mv-div {
    height: 400px;
    width: 1000px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.mv-thumbnail{
    width: 600px;
    transition-duration: 0.3s;
    border-radius: 5px;
}

.mv-thumbnail:hover{
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.mv-title {
    color: white;
    text-align: center;
    margin-top: 0;
    font-family: "Poppins";
}

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

.recthumbnail-div {
    width: 350px;
    display: inline-block;
}

.recthumbnail-img {
    width: 350px;
    border-radius: 5px;
    transition-duration: 0.3s;
}

.recthumbnail-img:hover {
    transition-duration: 0.5s;
    transform: scale(0.95);
}

.member-name {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 15px;
    margin: 0;
}

.member-list {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

.back-button {
    background-color: #192e3d;
    width: 200px;
    border: none;
    color: white;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: bold;
    border-width: 2px;
    border: solid;
    border-color: white;
    margin-left: 5px;
    cursor: pointer;
    transition-duration: 0.3s;
    font-family: "Poppins";
    font-size: 20px;
    margin-bottom: 30px;
}

.back-button:hover {
    transition-duration: 0.5s;
    background-color: white;
    border-radius: 10px;
    color: #192e3d;
}

footer {
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    border-top: solid white;
    border-width: 2px;
    font-family: "Poppins";
}