/* Placeholder images for the website */
.placeholder-about {
    background-color: #5fc3b3;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    border-radius: 10px;
}

.placeholder-team {
    width: 100%;
    height: 100%;
    background-color: var(--secondary-light);
    position: relative;
}