body {
    margin: 0 auto;
    background-color: #171717;
    padding: 15px;
    max-width: 1300px;
    color: #dbd4b5;
    padding-top: 100px;
}

.about-section {
    margin-bottom: 15px;
}

.about-section img {
    max-width: 200px;
    width: 25%;
    object-fit: cover;
    border:#dbd4b5 solid 1px;
}

.about-section h1 {
    border-bottom: #dbd4b5 solid 1px;
}

.section-description{
    display: flex;
}

.section-left {
    flex: 1;
    padding-right: 10%;
    font-size: 110%;
}

.numbered-section {
    display: flex;
}

.numbered-section h3 {
    flex: 1;
    padding-left: 20px;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.numbered-section h2 {
    background-color: #303030;
    width: 60px;
    height: 50px;
    font-size: 30px;
    margin: 0;
    text-align: center;
    padding-top: 10px;
}

.numbered-section-description {
    margin: 5px;
    margin-bottom: 10px;
    margin-left: 7%;
    font-size: 16px;
}