
.title {
    width: 100%;
    height: fit-content;
    margin-top: 125px;
    margin-left: 30px;
    margin-bottom: 50px;
    font-family: Coolvetica;
    color: #d8412dff;
    font-size: 100px;
    display: flex;
}

.star-10 {
    margin-left: 15px;
    margin-top: 10px;
    width: 80px;
}

.people {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
}

.text {
    color:rgb(77, 64, 64);
    font-family: gtAlpinaRegularLight;
    text-wrap: wrap;
}

/* Kim */

.Kim {
    width: 33%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.Kim .drawing {
    margin-top: 20px;
    width: 25%;
}

.Kim .text {
    width: 50%;
}

/* Merrick */

.Merrick {
    width: 34%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.Merrick .drawing {
    width: 25%;
}

.Merrick .text {
    width: 50%;
}

/* Grace */

.Grace {
    width: 33%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.Grace .drawing {
    width: 25%;
}

.Grace .text {
    width: 50%;
}

/* Kaitlyn */

.Kaitlyn {
    margin-top: 20px;
    width: 33%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.Kaitlyn .drawing {
    width: 25%;
}

.Kaitlyn .text {
    width: 50%;
}

/* Brennan */

.Brennan {
    margin-top: 20px;
    width: 34%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.Brennan .drawing {
    width: 25%;
}

.Brennan .text {
    width: 50%;
}

/* Ashley */

.Ashley {
    margin-top: 20px;
    width: 33%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.Ashley .drawing {
    width: 25%;
}

.Ashley .text {
    width: 50%;
}

/* Matt */

.Matt {
    margin-top: 20px;
    width: 33%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.Matt .drawing {
    width: 25%;
}

.Matt .text {
    width: 50%;
}

/* Elin */

.Elin {
    margin-top: 20px;
    width: 34%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.Elin .drawing {
    width: 25%;
}

.Elin .text {
    width: 50%;
}

/* Zachy */

.Zachy {
    margin-top: 20px;
    width: 33%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}  

.Zachy .drawing {
    width: 25%;
}

.Zachy .text {
    width: 50%;
}

/* FOOTER */

.people-footer {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.people-bead-footer {
    width: 20%;
}



