body {
    margin: 0;
    font-family: 'cooper_blackregular';
    background: url('jest2.png') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

.content-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; 
    min-height: 100vh; 
    padding-top: 40px; 
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

.inner-box {
    width: 80%; 
    max-width: 1000px; 
    padding: 40px;
    display: flex;
    flex-direction: column; 
    gap: 30px;
    align-items: center; 
    background: url('moody.png') no-repeat center center; 
    background-size: cover;
    min-height: 300px; 
    margin-bottom: 20px; 
}

.inner-box p {
    margin: 5px 0; 
    line-height: 1.5; 
    text-align: center;
}

.social-links {
    text-align: center;
    margin-top: 15px;
}

.social-links a {
    margin: 0 10px;
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.social-links a:hover {
    text-decoration: underline;
}

header {
    text-align: center;
    width: 100%;
}

.header-image {
    width: 100%; 
    height: auto; 
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}

.main-content-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.side-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}

.side-images img {
    width: 700px;
    height: auto;
    object-fit: cover;
    border: none;
}
