#about-page {
    display:flex;
    flex-direction: column;
    text-align: center;
    min-height: 10rem;
}
#about-page h1 {
    font-size: 2rem;
    color:white;
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px 10px #262626;
    width: 100%;
}
.text-wrapper {
    background-color: white;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 750px;
    margin: 1rem auto;
    padding: 1rem;
    border: 2px solid #262626;
    box-shadow: 2px 2px 25px -5px #262626;
    box-sizing: border-box;
}

#about-page img {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    max-width: 750px;
}