.me-text-wrapper{
    max-width: 75%;
    display: flex;
    margin: 80px auto;
    padding: 25px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 2px 0 black;
    overflow: hidden;
}
@media (min-width: 500px){
    .me-text-wrapper{
        width: 600px;
    }
}
.photo{
    height: 200px;
    margin-bottom: 50px;
}
.about-me-text{
    font-size: 16px;
    font-weight: bold;
}