body {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
}

.container {
    display: flex;
    height: 100%;
}

.side-panel {
    width: 250px;
    background-color: #e0e0e0;
    padding: 20px;
}

.main-panel {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
}

.side-panel h2 a {
    text-decoration: none;
    color: inherit;
}

.side-panel h2 a:hover {
    text-decoration: none;
    color: inherit;
}


h1 {
    text-decoration: none;
    color: #333333;
    margin-bottom: 20px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul li {
    margin-bottom: 10px;
}

ul li a {
    text-decoration: none;
    color: #333333;
}

.photoshoot-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}   

.photoshoot {
    width: 300px;
    height: 400px;
    border-radius: 10%;
    object-fit: cover;
}

.social-links {
    margin-top: 50px;
}

.social-links ul {
    font-size: 13px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}