#about {
    position: relative;
    background-image: url("../../img/pictures/bookrightdown.jpg");
    background-size: cover;
    margin-bottom: -8.7%;
}

#about h2, #about p {
    position: relative;
    z-index: 2;
    color: white;
}

#about p {
    padding: 10px 20px;
    font-size: 1rem;
    word-spacing: 0.3rem;
    border: 2px solid yellow;
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1em;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.5;
}
@media (max-width: 1420px) {
    #about {
        padding: 12vh 0;
    }
}
@media (max-width: 768px) {
    #about {
        text-align: center;
    }
}
