.center .about-title {
    font-family: Coolvetica;
    color: #d8412dff;
    font-size: 70px;
    margin-top: 10%;
    margin-right: 42%;
    display: flex;
}

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

.about-gap {
    width: 100%;
    height: 150px;
}

.about-main-body {
    margin-top: 5%;
    height: 800px;
    width: 100%;
    font-family: gtAlpinaRegularLight;
    font-size: 20px;
    color: rgb(77, 64, 64);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

/* Left column, below title */
.text-1 {
    width: 50%;
    height: fit-content;
    line-height: 1.5;
}

/* Right column, below title */
.about-drawing {
    color: #f2f2ea;
    width: 50%;
    height: fit-content;
}

/* Centered, below text-1 and drawing */
.text-2 {
    line-height: 1.5;
}

.text-2 h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: Coolvetica;
    color: #d8412dff;
}

