.title-image {
    width: 350px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.back-button {
    background-color: #192e3d;
    width: 100px;
    border: none;
    color: white;
    padding: 10px;
    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";
}

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

a{
    text-decoration: none;
    color: white;
}

.firstlast-button {
    background-color: #192e3d;
    width: 120px;
    border: none;
    color: white;
    padding: 10px;
    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;
    opacity: 70%;
}

.prev-button {
    background-color: #192e3d;
    width: 120px;
    border: none;
    color: white;
    padding: 10px;
    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;
}

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

.next-button {
    background-color: #192e3d;
    width: 120px;
    border: none;
    color: white;
    padding: 10px;
    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;
}

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

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

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

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

body {
    background-color: #192e3d;
}

h3 {
    color: white;
    text-align: center;
    margin-bottom: 5px;
    font-family: "Poppins";
}

h2 {
    color: white;
    text-align: center;
    font-family: "Poppins";
    margin-bottom: 5px;
}


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

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

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

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

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

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

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

.member-image {
    height: 300px;
    width: 300px;
    transition-duration: 0.3s;
    object-fit: cover;
}

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

