header {
    background-image: url(https://images.pexels.com/photos/1370296/pexels-photo-1370296.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
    background-size: cover;
    font-family: 'Inria Sans';
    position: relative;
    background-color: rgba(0, 0, 0, 0.4); /* Black with 0.7 opacity */
    background-blend-mode: hue;
    background-blend-mode: overlay; /* Blend the background color with the image */
}

p {
    color: white; 
}

.aboutusWrapper {
    display: flex; 
    flex-direction: column;
    height: calc(100% - 70px);
    align-items: center;
}

.MainHeading {
    font-size: 50px;
    color: gainsboro;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin-top: 70px;
}

.MainParagraph {
    color: white; 
    display: flex; 
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 100px;
    margin-top: 50px;
    border-radius: 10px;
    padding: 50px;
    font-size: 25px;
    font-family: 'Jura';
}

.OurMission {
    width: 50%;
    align-self: flex-end;
    /* border: pink 3px solid;  */
    margin: 50px;
    border-right: white 3px solid; 
    padding-left: 30px;
}

.OurValues {
    width: 50%;
    align-self: flex-start;
    margin: 50px;
    margin-top: 0px;
    padding-left: 40px;
    /* border: pink 3px solid;  */
    border-left: white 3px solid;
}

.SmallHeading {
    color: #8f8f8f; 
    padding-left: 20px;
    font-family: 'Inria Sans';
    font-weight: normal;
    font-size: 15px;
}

.SmallParagraph {
    size: 25px;
    font-family: 'Jura';
    font-weight: lighter;
    color: whitesmoke;
}

.CuratorsImages {
    display: flex;
    flex-direction: row;
    width: 100%;
    /* border: pink 3px solid;  */
}

.Curator {
    width: 25%;
    margin: 10px;
    display: flex;
    background-size: cover;
}

.Curator1 {
    background-image: url(pexels-elizaveta-dushechkina-2099536-3750717.jpg);
}

.Curator2 {
    background-image: url(pexels-steshkawillems-4536190.jpg);
}

.Curator3 {
    background-image: url(pexels-krivitskiy-1778821.jpg);
}

.Curator4 {
    background-image: url(pexels-visoesdomundo-2345374.jpg);
}

.TeamBlock {
    display: block;
    width:300px;
    height:300px;
    margin: 0;
    margin-top: 15px;
    padding: 10px;
    font-family: 'Jura';
    text-align: center;
}
