#nav_about {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 2px;
}

.about_flexbox {
    flex: 1;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 170px;
    gap: 100px;

    margin-bottom: 100px;
}

.text_div,
.image_div {
    flex: 1;
}

.header {
    font-size: 64px;
    line-height: 100%;
    font-family: rakkas;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.p1 {
    font-size: 24px;
    font-family: inconsolata;
    text-align: left;
    color: #000000;
    text-decoration: none;
    line-height: 150%;
}

.image {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}