.WholePage{
    display: flex;
    width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 1200px;
}

.SectionContainer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 10px;
    

    /*For testing only*/
    border-style: none none dashed;
    border-color: rgb(173, 173, 173);
    border-width: 1px;
}

.SectionContent{
    margin: 10px;
    padding: 10px 20px;
    width: 440px;
    margin: 10px 30px;

    /*For testing only*/
    border-style: none;
    border-color: black;
    border-radius: 25px;
    font-size: 1.6em;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

.ImageHeader{
    width: 1100px;
    height: 225px;
    object-fit: cover;
    object-position: center;
}