body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: whitesmoke;
    margin: 0;
    padding: 0;
}
.box {
    height: 80px;
    width: 100%;
    background-color: #33455e;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
    padding-top: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.9) inset;
}
.box2 {
    height: 40px;
    width: 100%;
    background-color: #416485;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    z-index: 5;
    padding-top: 92px;
    padding-bottom: 5px;
}
.languages {
    height: 40px;
    width: 13%;
    background-color: #416485;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    z-index: 5;
    padding-top: 92px;
    padding-bottom: 5px;
}
.languages a {
    font-size: 20px;
    padding: 10px;
    color: white;
}
.box a {
    text-align: right;
}
.box p {
    color: white;
    font-size: 50px;
    margin: 0;
    line-height: 1;
    transform: scale(0.9);
    white-space: nowrap;
    padding-bottom: 15px;
    font-weight: bold;
}
.box2 a {
    color: white;
    font-size: 20px;
    padding: 28px;
    text-decoration: none;
    box-shadow: 0 0 3px rgba(0,0,0,0.9) inset;
}
.box2 a:hover {
    background-color: #385672;
    box-shadow: 0 0 5px rgba(0,0,0,0.9) inset;
}
.pic {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    padding-top: 137px;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 137px;
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: sans-serif;
    font-size: 56px;
    text-align: center;
    z-index: 10;
    width: 80%;
}
.container {
    position: absolute;
    width: 100%;
    height: 350px;
}
.rounded-box {
    width: 1400px;
    padding: 27px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 18px;
    margin: 20px auto;
}
.rounded-box2 {
    width: 1340px;
    padding: 27px;
    background-color: rgb(243, 243, 243);
    border-radius: 15px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 18px;
    display: flex;
    margin: 20px auto;
}
.rounded-box3 {
    width: 1500px;
    padding: 27px;
    background-color: rgb(243, 243, 243);
    border-radius: 15px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: fixed;
    font-size: 18px;
}
.album {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: left;
    height: 850px;
    max-width: 600px;
    padding-bottom: 500px;
}
.album img {
    height: 465px;
}
.member {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
}
.member-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 80%;
}
.member-item img {
    width: 180px;
    height: auto;
    border-radius: 10px;
}
.member-item .text {
    text-align: left;
    max-width: 600px;
}
.footer-container {
    display: flex;
    width: 100%;
    background-color: #33455e;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.scroll {
    flex: 1;
    padding-bottom: 20px;
}
.footer,
.footer2 {
    height: 90px;
    width: 50%;
    background-color: #33455e;
    text-align: center;
    color: white;
    font-size: 18px;
    margin-top: auto;
}
.underfooter {
    height: 40px;
    width: 100%;
    background-color: rgba(51, 69, 94);
    text-align: center;
    color: white;
    font-size: 18px;
}
.sfooter,
.sfooter2 {
    height: 130px;
    width: 50%;
    background-color: #33455e;
    text-align: center;
    color: white;
    font-size: 18px;
    margin-top: auto;
    position: fixed;
    bottom: 0;
}
.sfooter2 {
    right: 0;
}
.sunderfooter {
    height: 40px;
    width: 100%;
    background-color: rgba(51, 69, 94);
    text-align: center;
    color: white;
    font-size: 18px;
    position: fixed;
    z-index: 11;
    bottom: 0;
}