            body {
                overflow-x: hidden;
                margin: 0px;
                background: rgb(0, 0, 0);
                font-family: 'Poiret One';
                font-weight: 400;
            }
            
            .head {
                height: 70vh;
                background: url("https://images.pexels.com/photos/265076/pexels-photo-265076.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940") no-repeat center center fixed;
                background-color: rgba(0, 0, 1, 0.171);
                background-blend-mode: multiply;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                display: grid;
                align-content: center;
                place-items: center;
            }
.breaker{
    margin-bottom: 4rem;
}
            .member_row{

display: flex;flex-wrap: wrap;
            }
            .member_Board {
                background-color: white;
                align-content: center;
                align-self: center;
                font-family: 'Itim', cursive;
                padding: 0.01%;
            }
            
            .member_column h4 {
                color: #f62c2c;
                text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.822);
            }
            
            .member_column {
                border-radius: 0px 50px 0px 50px;
                text-align: center;
               margin-left: auto;
               margin-right: auto;
                font-size: 20px;
                /* margin: 5%; */
                width: 80%;
            }
            
            @media screen and (min-width:700px) {
                .head h1 {
                    margin-top: 80px;
                    font-family: 'Itim', cursive;
                    font-weight: 100;
                    color: white;
                    font-size: 7vw;
                    text-shadow: 2px 2px 5px#000;
                }
                .person {
                    width: 100%;
                    max-width: 380px;
                    border-radius: 0px 50px 0px 50px;
                    box-shadow: 0px 2px 5px 5px rgba(73, 71, 71, 0.616);
                }
                .jeanine,
                .alicia,
                .shelby,
                .marilize {
                    font-size: 35px;
                    background-color: none;
                    padding: 15px;
                    align-content: center;
                    width: 40%;
                    margin: 35px;
                    align-self: center;
                }
                .jeanineInfo,
                .aliciaInfo,
                .shelbyInfo,
                .MarilizeInfo {
                    font-size: 18px;
                    /* background-color: whitesmoke; */
                    padding: 25px;
                    text-align: left;
                    width: 40%;
                    /* max-width: 500px; */
                    /* margin-top: 6rem; */
                    display: grid;
                    justify-content: center;
                    align-content: center;
                    align-items: center;
                }
                .member_column ul li a {
                    color: rgb(185, 185, 185);
                    text-align: center;
                    display: inline;
                    font-size: 28px;
                    margin: 5px;
                }
                .member_column ul li a:hover {
                    color: rgb(155, 147, 147);
                    display: inline;
                    font-size: 28px;
                    margin: 5px;
                }
                .jeanineInfo ul,
                .aliciaInfo ul,
                .shelbyInfo ul,
                .MarilizeInfo ul {
                    display: flex;
                    margin-left: 34%;
                }
            }
            
            @media screen and (max-width:700px) {
                .member_column {
                border-radius: 0px 50px 0px 50px;
                text-align: center;
               margin-left: auto;
               margin-right: auto;
                font-size: 20px;
                /* margin: 5%; */
                width: 80%;
            }
                .head h1 {
                    margin-top: 80px;
                    font-family: 'Itim', cursive;
                    font-weight: 100;
                    color: white;
                    font-size: 17vw;
                    text-shadow: 2px 2px 5px#000;
                }
                .person {
                    width: 100%;
                    border-radius: 0px 50px 0px 50px;
                    box-shadow: 0px 2px 5px 5px rgba(73, 71, 71, 0.616);
                }
                .jeanine,
                .alicia,
                .shelby,
                .marilize {
                    font-size: 35px;
                    background-color: none;
                    padding: 15px;
                    align-content: center;
                    width: 100%;
                    margin: 15px;
                    align-self: center;
                }
                .jeanineInfo,
                .aliciaInfo,
                .shelbyInfo,
                .MarilizeInfo {
                    font-size: 18px;
                    /* background-color: whitesmoke; */
                    padding: 15px;
                    text-align: left;
                    width: 100%;
                    margin: 10px;
                }
                .member_column ul li a {
                    color: rgb(185, 185, 185);
                    text-align: center;
                    display: inline;
                    font-size: 28px;
                    margin: 5px;
                }
                .member_column ul li a:hover {
                    color: rgb(155, 147, 147);
                    display: inline;
                    font-size: 28px;
                    margin: 5px;
                }
                .jeanineInfo ul,
                .aliciaInfo ul,
                .shelbyInfo ul,
                .MarilizeInfo ul {
                    display: flex;
                    margin-left: 10%;
                }
            }